Click or drag to resize

MovementInfoGetSpeedLimit Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the vehicle speed limit.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int GetSpeedLimit(
	SpeedUnit unit
)

Parameters

unit
Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.

Return Value

Type: Int32
The speed limit in the requested units.
See Also