ManeuverOverviewCameraState

data class ManeuverOverviewCameraState(val cameraTrackingMode: CameraTrackingMode, val zoom: Double?, val pitch: Double?, val target: Point, val bearing: Double?, val duration: Long) : CameraState

Constructors

Link copied to clipboard
constructor(cameraDefaults: CameraDefaults, target: Point)
constructor(cameraTrackingMode: CameraTrackingMode, zoom: Double?, pitch: Double?, target: Point, bearing: Double?, duration: Long)

Properties

Link copied to clipboard
open override val bearing: Double?
Link copied to clipboard
Link copied to clipboard
open override val duration: Long
Link copied to clipboard

true if animation to the camera state must continue even on user gesture.

Link copied to clipboard
open override val pitch: Double?
Link copied to clipboard
open override val target: Point
Link copied to clipboard
open override val type: CameraState.Type
Link copied to clipboard
open override val zoom: Double?

Functions

Link copied to clipboard