RenderedFeatureQueryOptions

fun RenderedFeatureQueryOptions(    layerIds: List<String>? = null,     sourceIds: List<String>? = null,     filter: String? = null,     withGeometry: Boolean = false)

Parameters

layerIds

Ids for layers defined in style file.

sourceIds

Ids for sources defined in style file.

filter

Applied to feature properties that come from a vector tile. E.g. { "id": "National or state park","source": "vectorTiles"}