SpeedLimit Constructor (SpeedValue, SpeedLimitSource) | |
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(
SpeedValue value,
SpeedLimitSource source
)
Public Sub New (
value As SpeedValue,
source As SpeedLimitSource
)
Parameters
- value
- Type: Telogis.GeoBaseSpeedValue
A SpeedValue object representing the speed itself. - source
- Type: Telogis.GeoBase.RoutingSpeedLimitSource
The specific source used to determine the speed.
See Also