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

I was looking for pin drag method I just found **onDragEnd** i need Drag method which is available in the google maps library. i need drag event so that i...

Hi, I am looking for the way to set up this config on Map : { "featureType": "all", "elementType": "labels.text", "stylers": [ { "visibility": "off" } ] }, { "featureType":...

Hi, is there a reason the drag events weren't added to the Circle component? Thanks.

Hey all, I'm trying to loop through multiple locations and render them on a map using google-maps-react. When I add marker components individually to my render function I get multiple...

version: 9.4.5 `Map` doesn't seem to support `onDragEnd` or `onDragStart`-they aren't being called no matter what I try. ```js { console.log('drag started'); console.log(x); console.log(y); }} /> ``` `onMapReady` and `onClick`...

Right now `prop-types` is a devDependency even though it is needed by the package to run properly. This breaks the package when used with [yarn 3 and plug'n'play](https://yarnpkg.com/features/pnp), because `prop-types`...

I have multiple views and on different views I have different maps, however, I need to display user location on every map, I decided to turn it into reusable component...

My project was working fine last week and now I'm getting cors errors. I have been in contact with google technical support to ensure that my key is set up...

I didn't want to show api key for anyone who inspect the network on browser. How can I hide it?