SpeedCamCue

@IviExperimental(reasons = [])
data class SpeedCamCue(val isSpeeding: Boolean) : Cue

A visual cue to signal an upcoming speed camera.

Parameters

isSpeeding

Whether the cue should show urgency, due to the current speed being too high.

Constructors

Link copied to clipboard
constructor(isSpeeding: Boolean)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)