MeasurePolygon.js

Summary
MeasurePolygon.js
Functions
initializeBasic control for the legend control
destroyAPIMethod: called if destroyed
deactivateAPIMethod: called when component is deactivated

Functions

initialize

initialize: function(options)

Basic control for the legend control

Parameters

options{Object} A Hashmap containing option parameters for this control The following keys are supported
  • div {DOMElement} an optional DOMElement instance where this control should been rendered.  If not defined the legend control will render itself inside the map DOMElement

destroy

destroy: function()

APIMethod: called if destroyed

deactivate

deactivate: function()

APIMethod: called when component is deactivated

initialize: function(options)
Basic control for the legend control
destroy: function()
APIMethod: called if destroyed
deactivate: function()
APIMethod: called when component is deactivated