Replies: 1 comment
-
Basically the moment I posted this, I ended up finding the panTo and panToBounds functions that do exactly this! In case anyone else is looking: https://developers.google.com/maps/documentation/javascript/reference/map#Map.panTo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is even possible with Google Maps, but it would be great if we could enable and/or configure the map transitions when setting zoom and center programmatically.
Right now I have a setup where clicking on a marker centers that marker in the map, and displays a popout with additional information. It just immediately snaps into the middle of the screen and it's quite jarring.
Even the most basic easing could make this experience feel a lot nicer, I think!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions