Mapbox Navigation Camera Transition
class MapboxNavigationCameraTransition(mapboxMap: MapboxMap, cameraPlugin: CameraAnimationsPlugin) : NavigationCameraTransition
Content copied to clipboard
Helper class that provides default implementation of NavigationCameraTransition generators.
Constructors
MapboxNavigationCameraTransition
Link copied to clipboard
fun MapboxNavigationCameraTransition(mapboxMap: MapboxMap, cameraPlugin: CameraAnimationsPlugin)
Content copied to clipboard
Functions
transitionFromHighZoomToLowZoom
Link copied to clipboard
open override fun transitionFromHighZoomToLowZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard
transitionFromLowZoomToHighZoom
Link copied to clipboard
open override fun transitionFromLowZoomToHighZoom(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard
transitionLinear
Link copied to clipboard
open override fun transitionLinear(cameraOptions: CameraOptions, transitionOptions: NavigationCameraTransitionOptions): AnimatorSet
Content copied to clipboard