Geoportal Extension for Itowns API Reference

Class: Scale

itowns.control.Scale

Control to display the scalebar with itowns

new Scale()

Itowns/Controls/Scale.js, line 19
Example
var scale = new itowns.control.Scale();

Extends

Methods

inherited getElement(){HTMLElement}

Itowns/Controls/Widget.js, line 41

Return the widget's container element.

Returns:
container element.

inherited getGlobe(){Object}

Itowns/Controls/Widget.js, line 106

Get the globe associated with the widget. Undefined if the widget is not added to a globe.

inherited getTarget(){HTMLElement}

Itowns/Controls/Widget.js, line 84

Return the widget's target div.

Returns:
target div.

setGlobe()

Itowns/Controls/Scale.js, line 70

Binds globe to control

inherited setOptions(options)

Itowns/Controls/Widget.js, line 94

Change the options of the widget.

Name Type Description
options Object

The new options of the control.

inherited setTarget(targetDiv, position)

Itowns/Controls/Widget.js, line 52

Associates the widget to a specified target div.

Name Type Description
targetDiv HTMLElement

widget target div.

position String

html position attribute.