google-maps-react
google-maps-react copied to clipboard
Companion code to the "How to Write a Google Maps React Component" Tutorial
Previously polygons/polylines weren't checking the props to see if they need to re-render when component did update. Added in propChanged function, similar to the way circle is handled in commit:...
I have a arrays thats consist of coordinate(lat,lng) , everytime i push a another coordinates it didnt add or update the routes. Here is my code below. ``` /* global...
Hi, I have added a button in the info window, but i cant perform any action on click of that button.
If I include this library and try to use it , React re-compiles itself as is normal...then it just says webpack has compiled with a blinking cursor. The react development...
I can't find any documentation or examples on how one would load geojson and display it on the map. Is this possible with google-maps-react? If someone has an example of...
Hi, I'm injecting some svg code inline to the icon prop on the Marker component. When I click it I want to highlight the marker by changing the fill color...
Salut, S'il vous plait qui peut m'aider * PS C:\Users\Salma\google-map-reactjs-master> npm i **Après cette exécution , j'obtiens l'erreur ci-dessous** npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout npm ERR!...
I upgraded from 2.0.2 and now it looks like the Marker doesn't expose anymore such event. What's the latest way to listen to Marked drag events? Thanks!
Newer versions of NPM are having problems when installing google-maps-react with react 17 and 2.0.6...^17.0.0 needs to be added to peer depenendecies.... npm ERR! Could not resolve dependency: npm ERR!...
i drag the marker on map and get coordinats on only onDragend function. How i get these coordinate values along moving with the marker