Skip to main content

@mapgear/geoapps > Layers > SetPopupsDisabled

Layers.SetPopupsDisabled() method

Determines if popups are disabled (clicking in the map to retrieve popups)

Signature:
SetPopupsDisabled(bool?: boolean): void;

Parameters

ParameterTypeDescription
boolboolean(Optional) Whether popup clicks are disabled
Returns:

void