Road Speeds

Road Speeds contains two operations. GetRoadSpeeds and SetRoadSpeeds. The GetRoadSpeeds operation allows the user to retrieve stored road speeds. The SetRoadSpeeds on the other hand represents a roadspeed request structure containing the request header and the road speed request body.

RoadType Enumeration

Member Name Value Description
InterStateRural 1 Indicates a rural interstate road type.
DividedRural 3 Indicates rural divided road type.
PrimaryRural 4 Indicates a rural primary road type.
FerriesRural 5 Indicates a rural ferry road type.
SecondaryRural 6 Indicates a rural secondary road type.
LocalRural 8 Indicates a rural local road type.
InterStateUrban 10 Indicates an urban interstate road type.
DividedUrban 12 Indicates an urban divided road type.
PrimaryUrban 13 Indicates an urban primary road type.
FerriesUrban 14 Indicates an urban ferry road type.
SecondaryUrban 15 Indicates an urban secondary road type.
LocalUrban 17 Indicates an urban local road type.