TurnCue

@IviExperimental(reasons = [])
data class TurnCue(val direction: TurnCue.Direction, val type: TurnCue.Type) : Cue

A visual cue to signal an upcoming turn.

Constructors

Link copied to clipboard
fun TurnCue(direction: TurnCue.Direction, type: TurnCue.Type)

Types

Link copied to clipboard

The direction the turn is going to.

Link copied to clipboard

The type of cue for the turn.

Properties

Link copied to clipboard
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)