dundas.controls.MapNavigationPanel Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.MapNavigationPanel
 

Constructors

 
  Name Description
init Initializes the instance. Called during construction.
 
 

Properties

 
  Name Description
dockPosition Gets or sets the docking position of the navigation panel around the viewport.
domElement Gets or sets the DOM element that contains the navigation panel.
height Gets or sets the height of the navigation panel.
horizontalOffset Gets or sets the horizontal offset of the navigation panel.
horizontalScrollDistance Gets or sets the horizontal scroll pixel distance when navigating.
navigation Gets or sets the DOM element of the navigation panel.
outsideViewport Gets or sets the flag that indicates if the navigation panel will be inside or outside the viewport.
verticalOffset Gets or sets the vertical offset of the navigation panel.
verticalScrollDistance Gets or sets the vertical scroll pixel distance when navigating.
visibility Gets or sets the flag that indicates if the navigation panel will be visible.
width Gets or sets the width of the navigation panel.
 
 

Methods

 
  Name Description
draw Renders the navigation panel for the control based on latest settings.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.