PointLegendFeatureResolver

Resolves queried map features into legend items for a PointLegend.

Inheritors

Functions

Link copied to clipboard
abstract fun resolve(features: List<QueriedFeature>): List<PointLegendItem>

Produces legend items representing the provided feature collection.

Link copied to clipboard
abstract fun resolveGL(features: List<QueriedFeature>): List<PointLegendItem>