DefaultNavigationStatus Constructor | |
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
)
Public Sub New (
instructions As LabelBox,
address As LabelBox,
speed As LabelBox,
turn As TurnBox,
eta As LabelBox,
messagesBundle As 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