ArriveAt

data class ArriveAt(val date: Date) : RoutingTime

An arrival time.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

date

The time and date of the arrival at the destination.

Constructors

Link copied to clipboard
fun ArriveAt(date: Date)

Properties

Link copied to clipboard
val date: Date