Package-level declarations

Types

Link copied to clipboard
data class RenderedFeature

Represents a Feature of the map with the layerName to which it belongs.

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.