-
The marker location doesn't update with state correctly the first time its changed, instead a third marker is created even though there're only two in state, if I do another setTimeout to update it, i…
-
[It appears that the **panTo** function of the Google Maps API is exposed](https://tomchentw.github.io/react-google-maps/#googlemap). How do I invoke it in an example?
-
## Getting Help
**Before doing this, did you**:
1. Read the [documentation](https://tomchentw.github.io/react-google-maps)
2. Read the [source code](https://github.com/tomchentw/react-google-ma…
-
I want to pass this pure javascript code to reactjs, but I can not think how I can get the marker and a setPosition in the component.
`
marker = new google.maps.Marker({
posit…
-
I'm trying to get an InfoWindow to open when I click the corresponding Marker, just like the example, but when the state is changed from `false` to `true`, I get this error from what appears to be a G…
-
Hi!
I'm trying to add some custom content inside the marker component, also tried to create a custom marker component following this tutorial: https://levelup.gitconnected.com/reactjs-google-maps-wit…
-
Button inside MarkerInfoWindow can't handle click events because the window handles them. There should be an option to disable this so we can have buttons and other clickable elements inside info wind…
-
## Getting Help
**Before doing this, did you**:
1. Read the [documentation](https://tomchentw.github.io/react-google-maps) yup
2. Read the [source code](https://github.com/tomchentw/react-googl…
-
### Description
PointCloudLayer - Sometimes when you do some manipulations with the map (point Cloud): zoom out, zoom in, rotate -
1) The points disappear (after zoom in)
2) The dots become larger…
-