@mapgear/geoapps > LayerClickedEventArgs
LayerClickedEventArgs class
Triggered when a base layer is removed from the map
Signature:export declare class LayerClickedEventArgs extends GAEventArgs 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(popups, values, coordinates) | Constructs a new instance of the LayerClickedEventArgsclass | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| Coordinates | readonly | [number, number] | The map location of the popup to show | 
| Popups | readonly | Popup[] | The popups that need to be shown | 
| Values | readonly | PopupValue[] | The popup info values that need to be returned |