Featureset Holder
Holder class to differentiate featuresets.
Types
Link copied to clipboard
class Featureset @JvmOverloads constructor(val featuresetId: String, val importId: String? = null) : FeaturesetHolder<FeatureState>
Represents an actual featureset.
Link copied to clipboard
Represents an single style layer.
Functions
Link copied to clipboard
For internal usage.
Link copied to clipboard
abstract fun getInteractiveFeature(feature: Feature, featureNamespace: String?, rawState: Value): InteractiveFeature<FS>
For internal usage.
Link copied to clipboard
For internal usage.