WaypointArrivalCameraState
data class WaypointArrivalCameraState(val destinationCoordinate: Point?, val cameraTrackingMode: CameraTrackingMode, val zoom: Double?, val pitch: Double?, val bearing: Double?, val duration: Long) : CameraState
Constructors
Link copied to clipboard
constructor(destinationCoordinate: Point?, cameraTrackingMode: CameraTrackingMode, zoom: Double?, pitch: Double?, bearing: Double?, duration: Long)