Click or drag to resize

DefaultNavigationStatusSetEta Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Display arrival (time and distance) estimates.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual void SetEta(
	TimeSpan eta,
	string distRemaining
)

Parameters

eta
Type: SystemTimeSpan
The estimated time before arrival.
distRemaining
Type: SystemString
The distance between the current location and the end of the route.

Implements

INavigationStatusSetEta(TimeSpan, String)
Remarks
Typically, a navigation-based application will show a LabelBox to display arrival estimates (eg, "Destination in 3.4 miles, 5 minutes away").
See Also