Click or drag to resize

INavigationStatusSetAddress Method

Verizon Connect Logo
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
void SetAddress(
	Address address,
	DisplayNameMode displayNameMode
)

Parameters

address
Type: Telogis.GeoBaseAddress
The most recent Address.
displayNameMode
Type: Telogis.GeoBase.NavigationDisplayNameMode
The way in which to display the address according to DisplayNameMode.
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