@mapgear/geoapps > LayerItem > GetFeaturesAtPixel
LayerItem.GetFeaturesAtPixel() method
Retrieve the features found at the specified coordinate
Signature:GetFeaturesAtPixel(coordinate: number[]): any;
Parameters
Parameter | Type | Description |
---|---|---|
coordinate | number[] | The coordinate used to retrieve features |
any