NavigationCameraTransition

interface NavigationCameraTransition

Helper interface to provide camera transition animations.

Functions

Link copied to clipboard
abstract fun transitionFromHighZoomToLowZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet

This transition moves the camera from zoomed in to zoomed out.

Link copied to clipboard
abstract fun transitionFromLowZoomToHighZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet

This transition moves the camera from a zoomed out level to a zoomed in level.

Link copied to clipboard
abstract fun transitionLinear(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet

This transition is for use in frequently animating between points on a map. No animation easing is used.

Inheritors

Link copied to clipboard