dundas.controls.MapZoomingPanel Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.MapZoomingPanel
 

Constructors

 
  Name Description
init Initializes the instance. Called during construction.
 
 

Properties

 
  Name Description
dockPosition Gets or sets the docking position of the zooming panel around the viewport.
domElement Gets or sets the DOM element that contains the zooming slider.
height Gets or sets the height of the zooming panel.
horizontalOffset Gets or sets the horizontal offset of the zooming panel.
outsideViewport Gets or sets the flag that indicates if the zooming panel will be inside or outside the viewport.
slider Gets or sets the DOM element of the zooming slider.
verticalOffset Gets or sets the vertical offset of the zooming panel.
visibility Gets or sets the flag that indicates if the zooming panel will be visible.
width Gets or sets the width of the zooming panel.
 
 

Methods

 
  Name Description
draw Renders the zooming 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.