google-maps-react icon indicating copy to clipboard operation
google-maps-react copied to clipboard

Companion code to the "How to Write a Google Maps React Component" Tutorial

Results 108 google-maps-react issues
Sort by recently updated
recently updated
newest added

OK, now I want to use marker animation, but I can't find some official example. I found solution (https://stackoverflow.com/questions/44729776/how-can-animation-be-added-to-markers-in-react-google-maps) where I do it exacly like in vanilia javaScript. Just adding...

How can i create custom controls ?

the question is like this, as example i have markers in central station Amsterdam and VondlePark amsterdam but others in central station rotterdam, etc, when i do a Search on...

I tried with the example code which provided in **README.md** file ``` render() { const triangleCoords = [ {lat: 25.774, lng: -80.190}, {lat: 18.466, lng: -66.118}, {lat: 32.321, lng: -64.757},...

add custom className support for the top level element at the moment, everything is being wrapped in a div without any props. that makes it impossible to access properly for...

I have a map with markers on it. I can't seem to find a way to navigate to the markers using keyboard only. When tabbing in the window I can't...

I have set my map to satellite as default on load but the angle of incidence is there as default as well. How can I change that to setTilt(0) or...

I am using react places autocomplete for the address search and my default map zoom is set to 22. But as soon as I search it zoom out and then...

I've been trying to figure out how to find a similar function to animateToRegion for react-native-maps and "transitionInterpolator: new FlyToInterpolator()" for Mapbox GL JS without luck. Currently, when I press...