Clear | Clears the navigation target. |
GotoXY | Sets the specified location as the current navigation target. |
NavigateTo | used with ArcLogistics Navigator |
Active | Returns or sets a value that determines if navigation is active in the current map. |
Bearing | Returns the bearing from the current GPS location to the navigation target, in decimal degrees. |
Distance | Returns the distance from the current GPS location to the navigation target, in meters if the map projection is geographic, in projection units otherwise. |
Label | Returns or sets the text label displayed at the navigation target. |
Range | Returns or sets the navigation range for the OnInRange event. If the distance from the current GPS location to the navigation target is less than or equal to the navigation range, the OnInRange event will fire. |
x | Returns the X coordinate of the navigation target. |
y | Returns the Y coordinate of the navigation target. |
OnGoto | Occurs when a navigation target is specified. |
OnInRange | Occurs when the distance from the current GPS location to the navigation target is less than or equal to the navigation range. |