Click or drag to resize

NavigatorGetTotalDistanceRemaining Method

Verizon Connect Logo
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
)

Parameters

unit
Type: Telogis.GeoBaseDistanceUnit
The DistanceUnit to use.

Return Value

Type: Double
Gets the total distance along the route, from the last recorded position to the destination.
See Also