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 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.