DefaultNavigationStatus Class |
Namespace: Telogis.GeoBase.Navigation
The DefaultNavigationStatus type exposes the following members.
Name | Description | |
---|---|---|
DefaultNavigationStatus |
Set which controls should be used by the NavigationManager. To disable a control, set it to null.
|
Name | Description | |
---|---|---|
MapMouseEventsHandler |
Gets the MapMouseEventsHandler.
| |
MessagesBundle |
Provides access to messages (for example strings and announcements) for a single culture.
This class is abstract and has concrete subclasses that vary according to how the messages
are configured, for example from an XML string or from an XML file in a directory on disk.
By referencing instances of this abstract class rather than the concrete subclasses, the
same code can access messages regardless of how they are configured.
| |
RequiredRendermodes |
Gets the RenderMode.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HideEta |
Hide arrival time/distance estimates.
| |
HideInstructions |
Hide navigation instructions presented to the user.
| |
HideUpcomingTurn |
Hide information alerting the user of an upcoming turn.
| |
HitTest |
Perform a hit test.
| |
Render |
Render the given graphics according to the given render context.
| |
SetAddress |
Notify the user of a change of address.
| |
SetEta |
Display arrival (time and distance) estimates.
| |
SetGpsInfo |
Display GPS status information.
| |
SetInstruction |
Update navigation instructions displayed to the user.
| |
SetNavigationOff |
Disable navigation.
| |
SetSpeed |
Notify the user of the vehicle's current speed.
| |
SetStatusMessage |
Display status information to the user.
| |
SetUpcomingTurn |
Alert the user of an upcoming turn.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
RequestDirections |
Fire when the user requests directions.
|
Name | Description | |
---|---|---|
ButtonBrush |
The brush used to draw the background of the instructions box. Defaults to white.
| |
ButtonStyle |
The style used for NavigationManager buttons.
Defaults to GelButtonControlStyle.
| |
InformationBrush |
The brush used to draw the background of NavigationManager controls.
Defaults to Brushes.Black.
| |
InformationStyle |
The style used for NavigationManager controls.
Defaults to FlatRoundControlStyle.
| |
RenderAddressBox |
Specify if the AddressBox is rendered. Default is true.
| |
RenderEtaBox |
Specify if the EtaBox is rendered. Default is true.
| |
RenderInstructionsBox |
Specify if the InstructionsBox is rendered. Default is true.
| |
RenderSpeedBox |
Specify if the SpeedBox is rendered. Default is true.
| |
RenderTurnBox |
Specify if the TurnBox is rendered. Default is true.
|