DashClusterCameraUpdate

Properties

Link copied to clipboard
abstract var bearing: Double?

Overrides the camera bearing. As long as the override is present, it will be used for all following updates instead of the opinionated value.

Link copied to clipboard
abstract var defaultPitch: Double

The default pitch that will be generated for following camera frames.

Link copied to clipboard
abstract var lookAheadMeters: Double

Defines the distance the camera should look ahead of the puck to frame X meters segment of the route or up until the next maneuver - whichever is closest. Must be strictly greater than 0.

Link copied to clipboard
abstract var maxZoom: Double

The min zoom that will be generated for camera following frames.

Link copied to clipboard
abstract var minZoom: Double

The min zoom that will be generated for camera following frames.

Link copied to clipboard
abstract var trackingMode: String

The ClusterCameraTrackingMode that defines the camera's perspective and tracking behavior. See ClusterCameraTrackingMode for all possible values.