CameraAnimationsHelper

class CameraAnimationsHelper(mapView: MapView, protectedOwner: String, cameraSource: MapEdgeInsets)

Allows to start non-interruptible animation set.

Inspired by MapboxNavigationCameraTransition and NavigationCamera

Constructors

Link copied to clipboard
constructor(mapView: MapView, protectedOwner: String, cameraSource: MapEdgeInsets)

Functions

Link copied to clipboard
fun animateTo(cameraAnimation: CameraAnimation, cameraAnimatorListener: Animator.AnimatorListener? = null): Boolean