Click or drag to resize

DefaultNavigationStatus Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set which controls should be used by the NavigationManager. To disable a control, set it to null.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public DefaultNavigationStatus(
	LabelBox instructions,
	LabelBox address,
	LabelBox speed,
	TurnBox turn,
	LabelBox eta,
	MessagesBundle messagesBundle
)

Parameters

instructions
Type: Telogis.GeoBase.NavigationLabelBox
LabelBox to use for instructions.
address
Type: Telogis.GeoBase.NavigationLabelBox
LabelBox to use for displaying the address.
speed
Type: Telogis.GeoBase.NavigationLabelBox
LabelBox to use for displaying the speed.
turn
Type: Telogis.GeoBase.NavigationTurnBox
TurnBox to use for displaying upcoming turns.
eta
Type: Telogis.GeoBase.NavigationLabelBox
LabelBox to use for displaying the calculated arrival time at the destination.
messagesBundle
Type: Telogis.GeoBase.InternationalizationMessagesBundle
MessagesBundle for strings and announcements.
See Also