RenderedFeature

data class RenderedFeature(val layerName: String, val feature: Feature)

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

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

Parameters

layerName

The layer name for this Feature.

feature

The GeoJSON Feature.

Constructors

Link copied to clipboard
fun RenderedFeature(layerName: String, feature: Feature)

Properties

Link copied to clipboard
val feature: Feature
Link copied to clipboard
val layerName: String