renderedFeatures

abstract fun renderedFeatures(geoCoordinate: GeoCoordinate, options: RenderedFeatureQueryOptions): List<RenderedFeature>

Gets rendered features at a given coordinate.

Return

The rendered features at the supplied coordinate.

Parameters

geoCoordinate

The coordinate at which to search for features.

options

The query options.


abstract fun renderedFeatures(geoBoundingBox: GeoBoundingBox, options: RenderedFeatureQueryOptions): List<RenderedFeature>

Gets rendered features within a given bounding box.

Return

The rendered features within the supplied bounding box.

Parameters

geoBoundingBox

The bounding box in which to search for features.

options

The query options.