RoadUse
@available(*, deprecated, message: "This API is deprecated and will be removed with the next major release.")
public enum RoadUse
Defines the types of the road based on intended usage and/or connections with the other roads.
Defines arterial road type.
Declaration
Swift
case arterial
Defines limited access road type.
Declaration
Swift
case limitedAccess
Defines local street road type.
Declaration
Swift
case localStreet
Defines ramp road type.
Declaration
Swift
case ramp
Defines rotary road type.
Declaration
Swift
case rotary
Defines terminal road type.
Declaration
Swift
case terminal