DepartureTime

class DepartureTime(val departureTime: ZonedDateTime) : PlanningTime

Represents a route's departure time.

Parameters

departureTime

The time when the route is scheduled to start. This time will be used to calculate the route from the current location.

Constructors

Link copied to clipboard
constructor(departureTime: ZonedDateTime)

Properties

Link copied to clipboard