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

Companion code to the "How to Write a Google Maps React Component" Tutorial

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

I was tried to get the onClick event on the marker but I'm not able to get that. I was going through the document also I was created the static...

I am getting the following typescript error ````TS2769: No overload matches this call.   Overload 1 of 2, '(props: IMapProps | Readonly): Map', gave the following error.     Type '{ google: any;...

I'm trying to incorporate a proxy server to store a google maps api key for my project and am having a hard time figuring out how to transform the default...

I have included my api key in header as well as I need to get my user's location and from that the user's city and country. Is there any way...

I have no idea what the Google prop is. Yes, you'll need an api key, but what else? Only language? I'm getting error messages that I need to provide LatLng...

The way styles are applied are way off, so I came up with a little hack to decouple the ApiWrapper from the UI, here goes the code: ``` import React,...

How to add the "region" in the footer part of the Map

Hello, I'm trying to place the marker wherever I click on the map. I'm saving the current position in the state and passing it to the Marker component as props...

Why are markers rerendered everytime there is some interaction with infowindow?

I tested it in the example and the language did not change at all. ``` export default GoogleApiWrapper({ apiKey: "AIzaSyAyesbQMyKVVbBgKVi2g6VX7mop2z96jBo", v: "3.30", language: "ja" })(MapContainer); ``` [Link to codesandbox](https://codesandbox.io/s/34w632x8o6)