Skip to main content

@mapgear/geoapps > LayerClickedEventArgs

LayerClickedEventArgs class

Triggered when a base layer is removed from the map

Signature:
export declare class LayerClickedEventArgs extends GAEventArgs 
Extends: [GAEventArgs](/jsapi-reference/api/geoapps-core.gaeventargs)

Constructors

ConstructorModifiersDescription
(constructor)(popups, values, coordinates)Constructs a new instance of the LayerClickedEventArgs class

Properties

PropertyModifiersTypeDescription
Coordinatesreadonly[number, number]The map location of the popup to show
PopupsreadonlyPopup[]The popups that need to be shown
ValuesreadonlyPopupValue[]The popup info values that need to be returned