Click or drag to resize

NavigationManager Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The NavigationManager type exposes the following members.

Properties
  NameDescription
Public propertyAnnouncer
The IAnnouncer used by this NavigationManager.
Public propertyAnnouncerEnabled
Enable the WaveAnnouncer.
Public propertyCurrentZoom
Gets the currently selected ZoomLevel. If MapControlMode is set to FixedZooms. then this property gets the currently displayed zoom level. If MapControlMode Is set to DynamicZooms then this property gets the currently displayed zoom level, but may be adjusted according to vehicle speed and distance from the next approaching turn.
Public propertyDynamicZoomSettings
Returns the NavigationManager's DynamicZoomer. These dynamic zoom settings are applied when MapControlMode is set to DynamicZooms.
Public propertyFastZoom
The map will zoom to this level when the GPS is reporting a speed faster than the Crossover Speed. The value of this field is used when MapControlMode is set to CrossoverZoom. See GetZoomCrossoverSpeed(SpeedUnit).
Public propertyFreeLook
Allows the map to be freely panned and zoomed.
Public propertyHorizonRenderer
The renderer that renders the horizon on the map.
Public propertyLastMapTime
Gets the time taken to render the last map.
Public propertyMapControlMode
Gets or sets zoom mode for map control: CrossoverZoom, FixedZooms and DynamicZooms.
Public propertyMapCtrl
Gets or sets the map control.
Public propertyMapMouseEventsHandler
Get the MapMouseEventsHandler used by this NavigationManager. Always null.
Public propertyMovementArrow
The renderer that renders arrows on the map at turns.
Public propertyNavigator
Gets the Navigator used by this NavigationManager.
Public propertyOrientation
Gets or sets the MapOrientation used by this NavigationManager.
Public propertyRenderHorizon
Display the horizon on the map.
Public propertyRequiredRendermodes
Gets a mask representing the render modes that this object should be called for.
Public propertyShowGpsType
Display a string on the map indicating the type of Gps being used.
Public propertyShowMemoryStats
Display memory usage.
Public propertyShowMovementArrow
Gets or sets whether to render arrows on the map at turns. Default is true.
Public propertySlowZoom
The map will zoom to this level when the GPS is reporting a speed slower than the Crossover Speed. The value of this field is used when MapControlMode is set to CrossoverZoom. See GetZoomCrossoverSpeed(SpeedUnit).
Public propertyStatusInfo
This returns the NavigationManager's INavigationStatus object, if present. This can be used to set update controls or change the NavigationManager's appearance.
Public propertyTwoDRecenterBorderSize
When the MapCtrl is in MapPerspective.TwoD mode and the NavigationManager.Orientation is MapOrientation.North, the map is only redrawn when the vehicle icon enters a border region around the edge of the map. This property controls the size, in pixels, of that border region.
Public propertyUnits
Gets or sets the UnitSystem (for example, metric or imperial) used by this NavigationManager.
Public propertyVehicleIcon
Gets or sets the VehicleMarker to use to display the position of the vehicle. This can be used to alter the appearance of the icon. If this is set to null, the vehicle is not displayed by the NavigationManager. Defaults to a new VehicleMarker associated with the Navigator for this object.
Public propertyZoom
Gets or sets the current ZoomLevel by index. This property is meaningful when MapControlMode is set to FixedZooms. or MapControlMode is set to DynamicZooms.
Public propertyZoomLevels
Get the current ZoomLevel list.
Top
See Also