RenderedFeatureController
interface RenderedFeatureController
Controls RenderedFeature-specific features on the map. Allows user interactions with the RenderedFeature.
Inheritors
Functions
Link copied to clipboard
abstract fun renderedFeatures(geoBoundingBox: GeoBoundingBox, options: RenderedFeatureQueryOptions): List<RenderedFeature>
Gets rendered features within a given bounding box.
abstract fun renderedFeatures(geoPoint: GeoPoint, options: RenderedFeatureQueryOptions): List<RenderedFeature>
Gets rendered features at a given coordinate.