old-examples
old-examples copied to clipboard
Examples for google-map-react component.
// initially any map object has left top corner at lat lng coordinates // it's on you to set object origin to 0,0 coordinates Any explanation on how to set...
in DistanceHoverMapPage Components: > static propTypes = { > center: PropTypes.array, > zoom: PropTypes.number, > greatPlaceCoords: PropTypes.any > };
FIrst of all, thank you for you project! What is it, @istarkov ? How this file used in project? https://github.com/google-map-react/google-map-react-examples/blob/master/server/trace/trace.js I spent a little time to research you projects in...
Referencing this site: http://google-map-react.github.io/google-map-react/map/events/ The site loads and then goes gray and shows: "Oops! Something went wrong. This page didn't load Google Maps correctly. See the JavaScript console for technical...
Hello, the pines now when zooming move from their current position and before that did not happen, does anyone know how to solve this serious problem?
Hello guys, i am learning webdevelopment and React, right now i am strugling with implementing the React Map into the fullstack framework that i am workink with, it's a derivation...
I see that when I zoom in/out, it redraws the map and seems very slow. I am wondering if there is anyway you can update the markers without redrawing the...
Hi, Whenever I zoom, I have onChange to update my zoom which should change my makers. Instead I am seeing only the map zoom and my markers not change. The...
Hi istarkov, Thank you for the amazing work on google-map-react. It has been a great help and learning experience going through the source code of the same. I noticed that...
I'm getting this error: `Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. This usually means that you're trying to add a ref to a component that doesn't...