Enumerations

The following enumerations are available globally.

  • Maneuver type to use in driving instructions.

    Declaration

    Swift

    public enum AnnouncementManeuver
  • The Direction represents the direction of the road lane.

    Declaration

    Swift

    public enum Direction : Codable
  • Driving side for the requested route.

    Declaration

    Swift

    public enum DrivingSide : String

InstructionType

  • Type of the driving instruction.

    Declaration

    Swift

    public enum InstructionType
  • Junction type to use in the driving instruction.

    Declaration

    Swift

    public enum JunctionType : String
  • The LaneSeparator represents the lane separator printed on the road surface.

    Declaration

    Swift

    public enum LaneSeparator
  • Magnitude of delay caused by the incident.

    See more

    Declaration

    Swift

    public enum MagnitudeOfDelay : Codable
  • Maneuver type to use in driving instructions.

    See more

    Declaration

    Swift

    public enum Maneuver : Codable, CustomStringConvertible