RenderedFeatureController

interface RenderedFeatureController

Controls RenderedFeature-specific features on the map. Allows user interactions with the RenderedFeature.

Important: This is a Public Preview API. It may be changed or removed at any time.

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(geoCoordinate: GeoCoordinate, options: RenderedFeatureQueryOptions): List<RenderedFeature>

Gets rendered features at a given coordinate.

Inheritors

Link copied to clipboard