new Scale(options)
Itowns/Controls/Scale.js, line 22
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | Object |
widget options
|
Example
var scale = new itowns.control.Scale();
Extends
Methods
-
inherited getElement(){HTMLElement}
Itowns/Controls/Widget.js, line 54 -
Return the widget's container element.
Returns:
container element.
-
inherited getGlobe(){Object}
Itowns/Controls/Widget.js, line 104 -
Get the globe associated with the widget. Undefined if the widget is not added to a globe.
-
inherited getPosition(){String}
Itowns/Controls/Widget.js, line 94 -
Return the widget's element position.
Returns:
element position.
-
inherited getTarget(){HTMLElement}
Itowns/Controls/Widget.js, line 84 -
Return the widget's target div.
Returns:
target div.
-
setGlobe(globe)
Itowns/Controls/Scale.js, line 69 -
Bind globe to control
Name Type Description globe GlobeViewExtended the globe
-
inherited setTarget(target, position)
Itowns/Controls/Widget.js, line 65 -
Associates the widget to a specified target div.
Name Type Description target HTMLElement | String widget target div html element or target div id.
position String html position attribute.