-
public class AnimationUtilAnimation utilities for markers with Maps API.
-
-
Method Summary
Modifier and Type Method Description static voidanimateMarkerTo(Marker marker, LatLng finalPosition)Animates a marker from it's current position to the provided finalPosition -
-
Method Detail
-
animateMarkerTo
static void animateMarkerTo(Marker marker, LatLng finalPosition)
Animates a marker from it's current position to the provided finalPosition
- Parameters:
marker- marker to animatefinalPosition- the final position of the marker after the animation
-
-
-
-