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

React Google Maps API

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

If you use `DrawingManagerF` inside a component that re renders, the events fires more than once. I'm using the component like this: ``` jsx { console.log(polygon); }} options={{ drawingControlOptions: {...

Please someone can help me with this error? Uncaught Error: ClustererComponent(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null....

I am using this package but i didn't able to change direction color, there are one default color blue

## Please provide an explanation of the issue Using CircleF in a typescript file produces the error "error TS2590: Expression produces a union type that is too complex to represent."...

If the `LoadScript` sees the Google API already loaded, it should proceed to mount its children components. Right now, it gets stuck in the loading state, showing just the console...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

# 21st, 2024, google.maps.Marker is deprecated. As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement. i can not find AdvancedMarkerElement ,how i can use it ,

@JustFly1984, could you update the dependencie "@types/google.maps": "3.55.2" to "@types/google.maps": "3.55.7"?

![163300](https://github.com/JustFly1984/react-google-maps-api/assets/57197177/6084221f-6bd5-4dd5-bd91-da7030bf61bf) ![171544](https://github.com/JustFly1984/react-google-maps-api/assets/57197177/44f795da-1279-44e7-b25b-d48663fd4775) Strange behavior of the information window. When I click on the marker, a small empty window appears, which should not be.

We are getting results(suggestion Google Autocomplete) based on user just start writing from first character, can we do auto-suggestion should display when we enter N characters. By default this is...