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

UnitsSystem

  • Important

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

    Declaration

    Swift

    @frozen
    public enum UnitsSystem : Codable, CaseIterable, Equatable

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

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
  • VehicleError used for exceptions indicating vehicle errors.

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
    See more

    Declaration

    Swift

    public enum VehicleError : Error, Equatable

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

VehicleType

  • Represents the “vehicle type” 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 VehicleType : String
    extension VehicleType: QueryItemConvertible