RoadUse
public enum RoadUse
Defines the types of the road based on intended usage and/or connections with the other roads.
-
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
TomTom SDK for iOS (0.40.0)
RoadUse