Click or drag to resize

DefaultNavigationStatusSetAddress Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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
public virtual 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.

Implements

INavigationStatusSetAddress(Address, DisplayNameMode)
Remarks
Typically, a navigation-based application will show a LabelBox to display the current location of the vehicle.
See Also