toggle = (key: keyof GoToThisLocationButtonState) => () =>
    this.setState({ ...this.state, [key]: !this.state[key] });