TomTom SDK for iOS PlanningTime PlanningTime public enum PlanningTime A route planning time. Represents either a departure or arrival time. departureTime(_:) Represents a route’s departure time. Declaration Swift case departureTime(ZonedDate) arrivalTime(_:) Represents a route’s arrival time. Declaration Swift case arrivalTime(ZonedDate) now Represents the current time. This can be used to plan routes based on the current time. Declaration Swift public static var now: ZonedDate { get }