Package-level declarations

Types

Link copied to clipboard
data class RenderedFeature

Represents feature of the map that belongs to a style with layerName.

Link copied to clipboard

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

Link copied to clipboard
data class RenderedFeatureQueryOptions(val layerIds: List<String>? = null, val sourceIds: List<String>? = null, val filter: String? = null, val withGeometry: Boolean = false)

Options for rendered features query. Default value has no layerIds, no sourceIds, empty filter and no geometry objects.