SpeedLimitTable Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public SpeedLimitTable(
SpeedUnit unit
)
Public Sub New (
unit As SpeedUnit
)
Parameters
- unit
- Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.
Remarks This table will contain eight speed limit values. These are determined by the
SpeedUnit
specified (miles per hour or kilometers per hour):
- 140 kph or 85 mph.
- 120 kph or 65 mph.
- 100 kph or 55 mph.
- 80 kph or 50 mph.
- 60 kph or 35 mph.
- 50 kph or 25 mph.
- 30 kph or 15 mph.
- 10 kph or 5 mph.
See Also