GLRouteDateTimeType

Objective-C

enum GLRouteDateTimeType : uint8_t {}

Swift

@frozen enum GLRouteDateTimeType : UInt8, @unchecked Sendable

Type of date time

  • Current departure time.

    Declaration

    Objective-C

    GLRouteDateTimeType_Current

    Swift

    case current = 0
  • Specified departure time

    Declaration

    Objective-C

    GLRouteDateTimeType_Departure

    Swift

    case departure = 1
  • Specified arrival time. Not yet implemented for multimodal costing method.

    Declaration

    Objective-C

    GLRouteDateTimeType_Arrival

    Swift

    case arrival = 2
  • Invariant specified time. Time does not vary over the course of the path. Not implemented for multimodal or bike share routing

    Declaration

    Objective-C

    GLRouteDateTimeType_Invariant

    Swift

    case invariant = 3