react-google-maps-api
react-google-maps-api copied to clipboard
React Google Maps API
# Issue template You can donate or became a sponsor [https://opencollective.com/react-google-maps-api#category-CONTRIBUTE](https://opencollective.com/react-google-maps-api#category-CONTRIBUTE) If you want to ask question, please 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...
Hello, I am trying to use data-driven styling. Tried implementing it like this: ``` const onLoad = useCallback(function callback(map) { const bounds = new window.google.maps.LatLngBounds(center) map.fitBounds(bounds); let layer = map.getFeatureLayer(window.google.maps.FeatureType.COUNTRY)...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
### Discussed in https://github.com/JustFly1984/react-google-maps-api/discussions/3163 Originally posted by **Grumpier** December 14, 2022 I've just started experimenting with react-google-maps-api and I cannot get a kml track to display in a map. The...
# Issue template https://codesandbox.io/s/currying-leaf-30jh86?file=/src/GoogleMapComponent.js:896-910 anyway to fix it ? os: mac node --v16.19.1 react 17 @react-google-maps/api 2.18.1
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
# Issue template ## Please provide an explanation of the issue The `GoogleMap` component is not initially rendering to the provided 'zoom' prop. In my case, it is zoomed in...
Hi, I'm using `Autocomplete` from `@react-google-maps/api` and I'm running into state management conflicts with React. I'm wondering what I'm doing wrong or if it's a bug in the library itself....
Steps to reproduce: - Copy this keyword: "60 Turner Rd, Kedron QLD 4031, Australia" - Paste into input Autocomplete => it will show dropdown with one result (good) - select...
**TLDR** Using custom fonts and conditionally rendering the map causes layout shift as fonts are unnecessarily refetched. **Description** This bug seems to have always existed, also in older version. Because...