RouteFlagSpeedToSpeedCat Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a given speed to a speed category (
SPEED_CAT). A lower speed category represents
a faster rate of travel.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public char SpeedToSpeedCat(
uint speed
)
Public Function SpeedToSpeedCat (
speed As UInteger
) As Char
Parameters
- speed
- Type: SystemUInt32
The speed to convert. This is measured in SPEED_UNITS units.
Return Value
Type:
CharA speed category. Values: 1-8. A lower value indicates a higher speed.
See Also