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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String