Class: AddLayerDialogEvent

Mapspace.control. AddLayerDialogEvent


new AddLayerDialogEvent(type, sourceDefinition, addToAllViewers)

Parameters:
Name Type Argument Description
type string

Event type.

sourceDefinition Mapspace.source.SourceDefinition

Source definition.

addToAllViewers boolean <nullable>

If the layer should be added to all viewers or not. It is optional and by default is false.

Source:
mapspace/events.js

Extends

Members


addToAllViewers :boolean

If the layer should be added to all viewers or not.

Source:
mapspace/events.js

sourceDefinition :Mapspace.source.SourceDefinition

Source definition.

Source:
mapspace/events.js