DEV Community

Discussion on: Easy way to integrate Google Maps in React

Collapse
 
boris74000 profile image
Boris74000 • Edited

I use this code (npmjs.com/package/@react-google-ma...)
because i don't know TypeScript.
My codesandbox codesandbox.io/s/quirky-williamson...

Collapse
 
thomasledoux1 profile image
Thomas Ledoux

You could try something like this: codesandbox.io/s/lively-sun-8v5r8?...
Look at the dragEnd function where I'm logging the latitude of the current center of the map (that's what the user is looking at at this moment)