PlanningTime

public enum PlanningTime

A route planning time. Represents either a departure or arrival time.

  • 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 }