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

React Google Maps API

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

I'm trying to implement directionService. My IDE points me exactly to the route function, but react app throws error for invalid type with msg "DirectionService.route is not a function" there...

# Issue template The parameters of the `useJsApiLoader()` function were written at https://react-google-maps-api-docs.netlify.app/#usejsapiloader. There is existing a paramater is called `googleMapsClientId` but I can't find this param in the source...

# Issue template If you want to ask question, ask it in Github Discussions, [Spectrum.chat](https://spectrum.chat/react-google-maps) or [Slack channel](https://join.slack.com/t/react-google-maps-api/shared_invite/enQtODc5ODU1NTY5MzQ4LTBiNTYzZmY1YmVjYzJhZThkMGU0YzUwZjJkNGJmYjk4YjQyYjZhMDk2YThlZGEzNDc0M2RhNjBmMWE4ZTJiMjQ) Please do not post unformatted code into issues, and please do not...

## Please provide an explanation Markers with an onClick handler are not firing the on click event when using the 'weekly' Maps api channel. This might be on google's side...

Is it possible to change clustering algorithm in MarkerCluster component? I need to cluster markers inside country. https://github.com/JustFly1984/react-google-maps-api/blob/develop/packages/react-google-maps-api/src/components/addons/MarkerClusterer.tsx Or use undocumented component GoogleMarkerClusterer with options like in MarkerCluster (for example...

When the google map is first rendered, the map is missing country lines and some of the markers are show but they are in the wrong location. However, when you...

Hi everyone, We'd love to get your code contributions! We have a slack channel that is currently on an invite basis. Leave a note here if you want to join....

help wanted

Guys, thank you for the library! Please update the initial code-snippet in this repo to make it the same as the https://react-google-maps-api-docs.netlify.app/ , the usage snippet I saw on the...

# Issue Explanation I'm trying to render a polyline with a stroke weight, but the solution to use more than 30 pixels is to use the icons parameter in the...

Hi all, I just created an example app using react and google map api. Everything works fine for the http queries. But the map reloads when I use setSate to...