FeatureQueryResult

data class FeatureQueryResult(val layerId: String, val features: List<QueriedFeature>)

The result of a feature query for a specific layer. Contains the identifier of the queried layer and any matching features.

Constructors

Link copied to clipboard
constructor(layerId: String, features: List<QueriedFeature>)

Properties

Link copied to clipboard

The list of features returned by the query.

Link copied to clipboard

Identifier of the layer that was queried.