queryFeatures

abstract suspend fun queryFeatures(inGeometry: QueryGeometry, zoom: Int, allowPartial: Boolean? = null): FeatureQueryResult?

Queries for features at a given geographic coordinate and zoom level.

Return

A FeatureQueryResult describing the matched features, or null if none were found.

Parameters

geometry

Geographic coordinate (latitude/longitude) to query.

zoom

Zoom level at which to perform the query.

allowPartial

When true, allows returning partial results (e.g., when some tile data is missing).