queryRenderedFeatures

Queries the map for rendered features.

Return

A cancelable object that could be used to cancel the pending query.

Parameters

geometry

The screen pixel coordinates (point, line string or box) to query for rendered features.

options

The render query options for querying rendered features.

callback

The query features callback called when the query completes.


Queries the map for rendered features.

Note: this is considered to be low-level API and should not be used in majority of use-cases. Instead consider using ClickInteraction, LongClickInteraction to interact with map elements or overloaded queryRenderedFeature that takes single FeaturesetHolder as an argument and returns a single InteractiveFeature implementation in the callback.

Return

A cancelable object that could be used to cancel the pending query.

Parameters

geometry

The screen pixel coordinates (point, line string or box) to query for rendered features.

targets

An array of FeaturesetQueryTarget used to filter and query interactive features.

callback

The query features callback called when the query operation completes.