RenderedFeatureState
Functions
Link copied to clipboard
suspend fun getRenderedFeatures(geoBoundingBox: GeoBoundingBox, options: RenderedFeatureQueryOptions): List<RenderedFeature>
Gets rendered features within a given bounding box.
suspend fun getRenderedFeatures(geoPoint: GeoPoint, options: RenderedFeatureQueryOptions): List<RenderedFeature>
Gets rendered features at a given coordinate.