Geoportal Extension for Itowns API Reference

Class: MiniGlobe

itowns.control.MiniGlobe

Control to display the MiniGlobe with itowns

new MiniGlobe()

Itowns/Controls/MiniGlobe.js, line 18
Example
var miniglobe = new itowns.control.MiniGlobe();

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/MiniGlobe.js, line 70

Bind 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.