ALKMaps.Control.WeatherAlertOption

Inherits from

Summary
ALKMaps.Control.WeatherAlertOption
Properties
headerOption title header
bodyOption body
bodyEvents
layerIdThe layer that this control works with
visibleDetermines this control is allowed to be visible or not.
ddlElementsDropdown list elements
Functions
destroyDestroy control.
setMapAttaches button click event here.
mouseDownHandler
drawDraw the control.
onButtonClickButton click event handler.
changeVisibilityChanges control’s visibility.

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: function()

Destroy control.

setMap

setMap: function(map)

Attaches button click event here.  Properties: map - {ALKMaps.Map}

mouseDownHandler

mouseDownHandler: function(evt)

draw

draw: function()

Draw the control.

onButtonClick

onButtonClick: function(evt)

Button click event handler.

changeVisibility

changeVisibility: function(show)

Changes control’s visibility.  If control’s visible property is set to false, this control will always be hidden.

destroy: function()
Destroy control.
setMap: function(map)
Attaches button click event here.
mouseDownHandler: function(evt)
draw: function()
Draw the control.
onButtonClick: function(evt)
Button click event handler.
changeVisibility: function(show)
Changes control’s visibility.
Controls affect the display or behavior of the map.
Instances of ALKMaps.Map are interactive maps embedded in a web page.
Close