Created
April 25, 2018 10:47
-
-
Save mamezito-zz/56c2a5931b1a48d07372ac79c2f9e25a to your computer and use it in GitHub Desktop.
Animating marker on route
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use animateOnRoute function, pass marker object there, end point, and distance step - in this case 0.01, tweek this number to make animation smooth depending on size of the route between points | |
animateOnRoute(customMarker, point1, 0.01) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment