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

React.js Google Maps integration component

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

So every time i chose something on the list it removes it. How can i stop this and only re-render the map but not the input field? Example code: https://codesandbox.io/s/suspicious-ride-5ht4o

Is there a forked version of this library anywhere that's maintained? This pkg is stagnent and out of date with no response or contributor response or _handing off the torch_...

<OverlayView position={{ lat: marker.currentInfo.latitude, lng: marker.currentInfo.longitude }} mapPaneName={OverlayView.OVERLAY_MOUSE_TARGET} getPixelPositionOffset={getPixelPositionOffset} > <div className="circle"> <NavLink link='/vehicleInfo/trace' > <div className="img1" > <img src="images/Dashboadimgs/V2.png" alt="test"/></div> </NavLink> <div className="innercircle"></div> </div> </OverlayView>

I couldn't find the solution to this anywhere. The problem is that I want to pass custom props to Marker Component, but once I do this, there is nothing rendered....

## Getting Help **Before doing this, did you**: 1. Read the [documentation](https://tomchentw.github.io/react-google-maps) 2. Read the [source code](https://github.com/tomchentw/react-google-maps) _You can get someone's help in three ways_: 1. Ask on StackOverflow [with...

Google Map is not accessible in China, we got `google is not defined` every time try to load the map. So, whether can provide an error callback when this happen...

how to calculate polygon's area? the doc dont show how to calculate polygon's area。 please~~~~ or calculate area with path

I attempted to run tests on my Mac, but was unable, so I am starting this PR in hopes of starting the discussion of removing `lodash` as a hard dependency...

Hi there I get this message and I don't know why: `Module not found: Can't resolve 'react-google-maps' in '/usr/src/app/src/components' ` I tried to delete node_modules folder, tried various versions of...

i want to update some thing after i edit polygon but i cant find an event in the document