Navigation Camera Transition
interface NavigationCameraTransition
Content copied to clipboard
Helper interface to provide camera transition animations.
Functions
transitionFromHighZoomToLowZoom
Link copied to clipboard
abstract fun transitionFromHighZoomToLowZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard
transitionFromLowZoomToHighZoom
Link copied to clipboard
abstract fun transitionFromLowZoomToHighZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard
transitionLinear
Link copied to clipboard
abstract fun transitionLinear(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard
Inheritors
MapboxNavigationCameraTransition
Link copied to clipboard