Skip to main content

@mapgear/geoapps > InformationOverlays > Remove

InformationOverlays.Remove() method

Remove the information overlay from the map. If it is not found, nothing happens and the remove-event isn't triggered.

Signature:
Remove(informationOverlay: InformationOverlay): void;

Parameters

ParameterTypeDescription
informationOverlayInformationOverlayInformation overlay
Returns:

void