INavigationStatusSetAddress Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Derived classes should implement this method to notify the user of a change of address.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Remarks
Typically, a navigation-based application will show a
LabelBox
to display the current location of the vehicle. This method should then be implemented
to update the LabelBox with the new address information. If the displayNameMode is
PrimaryName then the
PrimaryName should be used. Otherwise use
FormattedAddress so that the Navigation display setting is adhered to.
See Also