Package-level declarations

Types

Link copied to clipboard
data class CameraAnimation(val camera: CameraOptionsFactory? = null, val durationMillis: Long = CAMERA_UPDATE_ANIMATION_DURATION_MS, val trackingMode: CameraTrackingMode, val keepOnUserGesture: Boolean = false, val debugName: String? = null)
Link copied to clipboard
class CameraAnimationsHelper(mapView: MapView, protectedOwner: String, cameraSource: MapEdgeInsets)

Allows to start non-interruptible animation set.

Link copied to clipboard
class CameraUpdateHelper(cameraForCoordinatesWorkaround: Float? = null, cameraDefaults: CameraDefaults)
Link copied to clipboard
class LookaheadCameraFramingStrategy(var lookaheadInMeters: Double) : FollowingCameraFramingStrategy

A FollowingCameraFramingStrategy with a variable lookahead distance that frames route either only X meters ahead or up until the next maneuver - whichever is closest.