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(cameraTrackingMode: CameraTrackingMode, zoom: Double?, pitch: Double?, target: Point, bearing: Double?, duration: Long)