Skip to main content

@mapgear/geoapps > Layers > EnableExtendedPopupInfo

Layers.EnableExtendedPopupInfo() method

Determines if the standard popup data is retrieved, or that additionaly the data is retrieved as popup info

Signature:
EnableExtendedPopupInfo(layerIds: any[], enabled?: boolean): void;

Parameters

ParameterTypeDescription
layerIdsany[]Ids of layers that need to be set
enabledboolean(Optional) Whether to get the data as popup info
Returns:

void