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

React Google Maps API

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

I need to make Reverse Geocoding (as in [this example](https://developers.google.com/maps/documentation/javascript/examples/geocoding-reverse?hl=fr)). It seems not implemented yet.

When clicking a cluster that is on top of a clickable point of interest (which opens an info window on click) such as a city district name, it will zoom...

Hi I am using nextjs, while using the directionservice , even though I am getting the direction with the route drawn but I am getting the following error **Unhandled Runtime...

## Please provide an explanation As per the project requirement, I am trying to make StandaloneSearchBox work with a cotenteditable div instead of input. But as per my exploration, I...

# 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...

I'm having a problem with this library when the user navigates away from the page before LoadScript (asynchronous task) finishes loading the scripts. I get a warning stating memory leakage...

This PR adds the `MarkerWithLabel` component that allows you to create a custom marker from a react-component. Fixes #782, fixes #219 I'm unable to run the linter locally as it...

Need to understand which component can I use to get nearby points of interest like 'Restaurants' etc....

When closing InfoWindow the whole page scrolls down a little bit. Can be tested even on the doc example: https://react-google-maps-api-docs.netlify.app/#infowindow ## Your Environment os: windows @react-google-maps/api: "^1.9.12"

We're migrating away from `react-google-maps` and hit the roadblock of not having the [`MarkerWithLabel`](https://tomchentw.github.io/react-google-maps/#markerwithlabel) support. Is this on the roadmap? Didn't see it mentioned in #18 Thanks!