INavigationStatusSetStatusMessage Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Derived classes should implement this method to display status information to the user.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void SetStatusMessage(
string major,
string minor
)
Sub SetStatusMessage (
major As String,
minor As String
)
Parameters
- major
- Type: SystemString
Major status information. - minor
- Type: SystemString
Minor status information.
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