EnableOption

public enum EnableOption : UInt32, CaseIterable, Codable

Defines where the transport mode is enabled along the route.

  • Not specifically defined.

    Declaration

    Swift

    case notSpecific
  • Enable at the start of the route (route head).

    Declaration

    Swift

    case routeHead
  • Enable at the end of the route (route tail).

    Declaration

    Swift

    case routeTail
  • Enable for the entire duration of the route.

    Declaration

    Swift

    case entireRoute