IRouteGetTimeAndDistance Method (DistanceUnit, Double, TimeSpan) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the total time and distance for the route.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void GetTimeAndDistance(
DistanceUnit units,
out double distance,
out TimeSpan time
)
Sub GetTimeAndDistance (
units As DistanceUnit,
<OutAttribute> ByRef distance As Double,
<OutAttribute> ByRef time As TimeSpan
)
Parameters
- units
- Type: Telogis.GeoBaseDistanceUnit
The units to return distance in. - distance
- Type: SystemDouble
Populated with the total driving distance for this route. - time
- Type: SystemTimeSpan
Populated with the driving time for this route.
See Also