Package-level declarations
Types
Link copied to clipboard
object ClusterCameraTrackingMode
Holds available ClusterCameraTrackingMode types.
Link copied to clipboard
object ClusterSatelliteMode
Holds available ClusterSatelliteMode types.
Link copied to clipboard
object ClusterUiMode
Holds available ClusterUiMode types.
Link copied to clipboard
interface DashClusterCameraUpdate
Link copied to clipboard
interface DashClusterConfigBase
Link copied to clipboard
interface DashClusterEvLayerInit
Link copied to clipboard
Link copied to clipboard
class DashClusterPaddingDp(val left: Int = 0, val top: Int = 0, val right: Int = 0, val bottom: Int = DEFAULT_CLUSTER_BOTTOM_PADDING_DP)
Extra camera padding for the cluster, expressed in density-independent pixels (dp). The cluster converts these values to pixels using its own display metrics, which may differ from the head unit's. Use this instead of pixel-based padding to avoid sizing issues across displays.
Link copied to clipboard