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

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