Click or drag to resize

NavigationManagerSetControls Method (LabelBox, LabelBox, LabelBox, TurnBox, LabelBox)

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 this 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 void SetControls(
	LabelBox instructions,
	LabelBox address,
	LabelBox speed,
	TurnBox turn,
	LabelBox eta
)

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.
Remarks
Creates an instance of DefaultNavigationStatus attached to the NavigationManager's StatusInfo property, which can be further adjusted to customize the appearance of the NavigationManager.
See Also