ArrivalTime

class ArrivalTime(val arrivalTime: ZonedDateTime) : PlanningTime

An arrival that happens at a specified arrivalTime.

Parameters

arrivalTime

The time when the route is expected to arrive at the destination. Used to calculate a route which arrives at the destination at this time.

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