RenderedFeature

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

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

Parameters

layerName

The layer name for this Feature.

feature

The GeoJSON Feature.

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

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