startAnimation abstract method
- MapCameraAnimation cameraAnimation
Starts a given camera animation.
Starting an animation can cause the cancelling of an ongoing animation when they both affect the same category of camera properties, like for example any of the look-at properties (target, orientation, map measure) or any of the projection properties (field of view, principal point, focal length). The corresponding listener of an ongoing animation will be notified about the cancellation in these cases.
cameraAnimationThe animation to be started.
Implementation
void startAnimation(MapCameraAnimation cameraAnimation);