react-google-maps-api
react-google-maps-api copied to clipboard
React Google Maps API
I need to check if marker cluster clicked with "command" or "shift" key pressed. Can someone please help here.
check: https://react-google-maps-api-docs.netlify.app/
Guys, your site with a description of API does not work. Turn it on, otherwise you need to see the functionality, but nowhere
on the code of a map: `const mapRef = useRef(null) const center = useMemo(() => ({ lat: -19.947128, lng: -45.165717 }), []) const options = useMemo(() => ({ mapId: 'd78eeda2034f463a',...
how to disable map zoom when DirectionsRenderer redraws the path const Directions = ({ directionsResponse }) => { return ( ) }
How to set the autocomplete initial value. UseCase - I use the autocomplete component when a user wants to select his address. Once I know his address he can always...
Using `StandalonesearchBox` could we filter only state names and city names from the suggestion? something like this https://stackoverflow.com/questions/51241664/only-want-cities-and-related-countries-in-suggestion-using-react-places-autocomp Thanks!
## Please provide an explanation of the issue ## Your Environment os: any node --version any react version any webpack version any @babel version any @react-google-maps/api version 2.19.0 ## How...
## Your Environment os: mac node --version - 18.4.0 react version - 18.2.0 webpack version - 5 ## How does it behave? When implementing OverlayView and provided all needed props,...
## Your Environment os: mac node --version: v21.1.0 react version: 18.2.0 nextjs version: 13.5.4 @react-google-maps/api version: 2.19.2 ## How does it behave? I'm using NextJs, the useJsApiLoader is working just...