MovementInfoGetSpeedLimit Method | |
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
)
Public Function GetSpeedLimit (
unit As SpeedUnit
) As Integer
Parameters
- unit
- Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.
Return Value
Type:
Int32The speed limit in the requested units.
See Also