Enumerations

The following enumerations are available globally.

ConnectorType

CurrentType

  • Describes the type of electric current

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum CurrentType : String

GeoJSONGeometry

  • Enum containing geometry of a specific type.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum GeoJSONGeometry

GPSStatus

  • Indicates if GPS is fixed or not as a result of LocationValidator

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum GPSStatus
  • The source that provides the location.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum LocationEngineProviderType
  • Represents the side of the road at which RouteStop is located.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum RoadSide
  • Execution policy determines how requests to multiple sources of flows are executed.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum StreamExecutionPolicy

UnitsSystem

  • Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    @frozen
    public enum UnitsSystem : Codable, CaseIterable, Equatable

ADRTunnelRestrictionCode

  • If vehicleAdrTunnelRestrictionCode is specified, the vehicle is subject to ADR tunnel restrictions.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum ADRTunnelRestrictionCode : Int, Codable
    extension ADRTunnelRestrictionCode: QueryItemConvertible

EngineType

  • Represents the types of the vehicle engine (e.g., electric).

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum EngineType : String
    extension EngineType: QueryItemConvertible

TravelMode

  • Represents the ‘travelMode’ parameter in a request to the Routing API.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public enum TravelMode : String
    extension TravelMode: QueryItemConvertible

VehicleLoadType

  • Types of cargo that may be classified as hazardous materials and restricted from some roads.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum VehicleLoadType : String
    extension VehicleLoadType: QueryItemConvertible