Click or drag to resize

SpeedLimitTable Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new SpeedLimitTable of speed limits that will use the specified SpeedUnit as its default.

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

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