SpeedCamCue

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
fun SpeedCamCue(isSpeeding: Boolean)

Properties

Link copied to clipboard
val isSpeeding: Boolean

Inherited functions

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