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

React components and hooks for the Google Maps JavaScript API

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

### Target Use Case Currently, the MapControl component does not support applying custom styles or classes, which limits its flexibility. We need the ability to add className and style props...

enhancement
good first issue

### Target Use Case Currently in beta in the Maps JavaScript API, there will be new options for the InfoWindow, finally allowing users to disable the header including the close-button...

### Description On initial component render, even a few dozen Advanced Markers as map children will take ~ 10 seconds to initially render map. A few hundred can crash the...

bug

### Description The way it is implemented at the moment, the `className` prop will only be applied to the `advMarker.content` element when custom html-content is used. It should also get...

bug

### Description When I'm changing places list that is passed down to the Map as a array for map of MapMarker i'm getting error ```tsx Cannot remove a WebglOverlay that...

bug

### Target Use Case We shouldn't have `useMemo` for one time initializations. While the current behaviour is the same as a `useState`, `useMemo` should only be used as an optimization....

idea

### Target Use Case Allow mobile users to zoom in/out on the map by double tapping + dragging up/down. Just wondering if there's any chance this feature could be implemented...

idea

### Target Use Case Adding these props would enable developers to build functionality around AdvancedMarker hover states. e.g I'd like to be able to show a preview of some metadata...

This allows to listen mouse over and mouse leave events on the pin of advance marker.

This is an experiment to use [the `gmp-map` custom element](https://developers.google.com/maps/documentation/javascript/reference/map#MapElement) instead of a plain div element in the renderer. The main reason to make this switch once the google maps...