Typed Featureset Descriptor
Base class to differentiate featuresets.
See generated predefined featuresets (e.g. StandardBuildings) to use with Mapbox Standard Style. See TypedFeaturesetDescriptor.Featureset and TypedFeaturesetDescriptor.Layer to define a fully custom FeaturesetDescriptor.
Types
Link copied to clipboard
class Featureset @JvmOverloads constructor(val featuresetId: String, val importId: String? = null) : TypedFeaturesetDescriptor<FeatureState, FeaturesetFeature<FeatureState>>
Represents an actual featureset.
Link copied to clipboard
class Layer(val layerId: String) : TypedFeaturesetDescriptor<FeatureState, FeaturesetFeature<FeatureState>>
Represents an single style layer.
Functions
Link copied to clipboard
For internal usage.
Link copied to clipboard
For internal usage.
Link copied to clipboard
For internal usage.