TrafficInfoGetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the speed of this TrafficInfo in the given units.
Namespace:
Telogis.GeoBase.Traffic
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double GetSpeed(
SpeedUnit units
)
Public Function GetSpeed (
units As SpeedUnit
) As Double
Parameters
- units
- Type: Telogis.GeoBaseSpeedUnit
SpeedUnit
Return Value
Type:
DoubleReturns the speed of this
TrafficInfo in the given units.
See Also