Click or drag to resize

SpeedLimit Constructor (Int32, SpeedUnit, SpeedLimitSource)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new SpeedLimit object.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public SpeedLimit(
	int speed,
	SpeedUnit units,
	SpeedLimitSource source
)

Parameters

speed
Type: SystemInt32
The speed (expressed in the specified units).
units
Type: Telogis.GeoBaseSpeedUnit
The units.
source
Type: Telogis.GeoBase.RoutingSpeedLimitSource
The source used to determine the speed.
See Also