NavigatorGetTotalDistanceRemaining Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the total remaining distance along the route (from the last recorded position to the destination) in
the specified
DistanceUnits.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double GetTotalDistanceRemaining(
DistanceUnit unit
)
Public Function GetTotalDistanceRemaining (
unit As DistanceUnit
) As Double
Parameters
- unit
- Type: Telogis.GeoBaseDistanceUnit
The DistanceUnit to use.
Return Value
Type:
DoubleGets the total distance along the route, from the last recorded position to the destination.
See Also