RoadUse

@available(*, deprecated, message: "This will be removed from future releases after 2026-07-15.")
public enum RoadUse

Defines the types of the road based on intended usage and/or connections with the other roads.

Refrain from using ReverseGeocoderOptions.roadUses API during TomTomSDK public API integration.

  • Defines limited access road type.

    Declaration

    Swift

    case limitedAccess
  • Defines arterial road type.

    Declaration

    Swift

    case arterial
  • Defines terminal road type.

    Declaration

    Swift

    case terminal
  • Defines ramp road type.

    Declaration

    Swift

    case ramp
  • Defines rotary road type.

    Declaration

    Swift

    case rotary
  • Defines local street road type.

    Declaration

    Swift

    case localStreet