DepartAt

data class DepartAt(val date: Date) : RoutingTime

A departure 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 departure at the origin.

Constructors

Link copied to clipboard
fun DepartAt(date: Date)

Properties

Link copied to clipboard
val date: Date