@mapgear/geoapps > InformationOverlayAddedEventArgs
InformationOverlayAddedEventArgs class
Triggered when an information overlay is added
Signature:export declare class InformationOverlayAddedEventArgs extends GAEventArgs
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(informationOverlay) | Constructs a new instance of the InformationOverlayAddedEventArgs class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
InformationOverlay | readonly | InformationOverlay | The information overlay that is added |