Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InteractiveMapAppEvent

Events that can be triggered by a InteractiveMapApp instance.

Index

Enumeration members

CHANGE_UNITS

CHANGE_UNITS: = "change:units"

Fired when the map unit has changed, either imperial or metric.

LAYER_CHANGE

LAYER_CHANGE: = "layer:change"

Fired when the selected option in a group changes from the layers control panel.

LAYER_CONTROL_CHANGE

LAYER_CONTROL_CHANGE: = "layer:change:control"

Fired when one of the settings control values associated with a button changes within the layers control panel.

LAYER_DESELECT

LAYER_DESELECT: = "layer:deselect"

Fired when a layer is deselected from the layers control panel.

LAYER_OPTION_CHANGE

LAYER_OPTION_CHANGE: = "layer:change:option"

Fired when the selected options change within a filter group from the layers control panel.

LAYER_SELECT

LAYER_SELECT: = "layer:select"

Fired when a layer is selected from the layers control panel.

READY

READY: = "ready"

Fired when the application instance has initialized and is ready.

Generated using TypeDoc