ArrivalCue

@IviExperimental(reasons = [])
data class ArrivalCue(val arrivalPoint: ArrivalCue.ArrivalPoint, val type: ArrivalCue.Type) : Cue

A visual cue to signal upcoming arrival to the trip destination or a waypoint.

Parameters

arrivalPoint

Which trip point is being approached.

type

Distance from the cue.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

The kind of trip point being approached by the vehicle.

Link copied to clipboard

How far the trip point is from the vehicle.

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)