Click or drag to resize

RouteFlagSpeedToSpeedCat Method

Verizon Connect Logo
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
)

Parameters

speed
Type: SystemUInt32
The speed to convert. This is measured in SPEED_UNITS units.

Return Value

Type: Char
A speed category. Values: 1-8. A lower value indicates a higher speed.
See Also