RouteFlagSPEED_CAT Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the speed classification of the link, based on its posted or legal speed.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public char SPEED_CAT { get; }
Public ReadOnly Property SPEED_CAT As Char
Get
Property Value
Type:
CharRemarks
Values from this list are used in calculating optimum routes.
char value | represents |
---|
1 | Speeds greater than 130 kph / 80 mph. |
2 | 101-130 kph / 65-80 mph. |
3 | 91-100 kph / 55-64 mph. |
4 | 71-90 kph / 41-54 mph. |
5 | 51-70 kph / 31-40 mph. |
6 | 31-50 kph / 21-30 mph. |
7 | 11-30 kph / 6-20 mph. |
8 | Less than 11 kph / 6 mph. |
See Also