arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

GetRenderedFeaturesConstraint


Constraints for the `getRenderedFeatures` method. This can include layer constriants, spatial constraints, or both. If no constraints are provided, all rendered features will be returned.

hashtag
Properties

hashtag
areaQuery?

optional areaQuery: { coordinates: ; } | { boundary: [number, number, number, number]; }

The area to query for rendered features. This can be specific coordinates or a . If omitted, the entire viewport will be queried.


hashtag
layerIds?

optional layerIds: string[]

The ids of the layers to get rendered features for.

LatLng
FeltBoundary