| ALKMaps. | |
| Properties | |
| header | Option title header |
| body | Option body |
| bodyEvents | |
| layerId | The layer that this control works with |
| visible | Determines this control is allowed to be visible or not. |
| ddlElements | Dropdown list elements |
| Functions | |
| destroy | Destroy control. |
| setMap | Attaches button click event here. |
| mouseDownHandler | |
| draw | Draw the control. |
| onButtonClick | Button click event handler. |
| changeVisibility | Changes control’s visibility. |
setMap: function( map )
Attaches button click event here. Properties: map - {ALKMaps.Map}
Destroy control.
destroy: function()
Attaches button click event here.
setMap: function( map )
mouseDownHandler: function( evt )
Draw the control.
draw: function()
Button click event handler.
onButtonClick: function( evt )
Changes control’s visibility.
changeVisibility: function( show )