Click or drag to resize

DefaultNavigationStatusSetStatusMessage Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Display status information to the user.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetStatusMessage(
	string major,
	string minor
)

Parameters

major
Type: SystemString
Major status information.
minor
Type: SystemString
Minor status information.

Implements

INavigationStatusSetStatusMessage(String, String)
Remarks
This status information is intended for display in a LabelBox, which is why two strings (major and minor) are passed to this method. The status information will typically contain one of: calculating route, ready, or the final navigation instruction of the route.
See Also