Skip to content

Instantly share code, notes, and snippets.

@mamezito-zz
Created April 25, 2018 10:47
Show Gist options
  • Save mamezito-zz/56c2a5931b1a48d07372ac79c2f9e25a to your computer and use it in GitHub Desktop.
Save mamezito-zz/56c2a5931b1a48d07372ac79c2f9e25a to your computer and use it in GitHub Desktop.
Animating marker on route
# 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