QueryRenderedFeaturesOptions
QueryRenderedFeaturesOptions =
object
Defined in: src/source/query_features.ts:21
Options to pass to query the map for the rendered features
Properties
availableImages?
optionalavailableImages:string[]
Defined in: src/source/query_features.ts:34
An array of string representing the available images
filter?
optionalfilter:FilterSpecification
Defined in: src/source/query_features.ts:30
A filter to limit query results.
layers?
optionallayers:string[] |Set<string>
Defined in: src/source/query_features.ts:26
An array or set of style layer IDs for the query to inspect. Only features within these layers will be returned. If this parameter is undefined, all layers will be checked.
validate?
optionalvalidate:boolean
Defined in: src/source/query_features.ts:38
Whether to check if the [options.filter] conforms to the TrackAsia Style Specification. Disabling validation is a performance optimization that should only be used if you have previously validated the values you will be passing to this function.