ArrivalTime

class ArrivalTime(val arrivalTime: ZonedDateTime) : PlanningTime

Represents a route's arrival time.

Parameters

arrivalTime

The time when the route is expected to arrive at the destination. This time will be used to calculate the route from the destination back to the current location.

Constructors

Link copied to clipboard
constructor(arrivalTime: ZonedDateTime)

Properties

Link copied to clipboard