Standard Place Labels Feature
class StandardPlaceLabelsFeature(id: FeaturesetFeatureId?, importId: String?, originalFeature: Feature, state: StandardPlaceLabelsState) : FeaturesetFeature<StandardPlaceLabelsState>
Points for labeling places including countries, states, cities, towns, and neighborhoods.
Typed class of FeaturesetFeature representing StandardPlaceLabels coming from Mapbox Standard Style. Allows easy access to Feature properties.
Constructors
Link copied to clipboard
fun StandardPlaceLabelsFeature(id: FeaturesetFeatureId?, importId: String?, originalFeature: Feature, state: StandardPlaceLabelsState)
Functions
Properties
Link copied to clipboard
The TypedFeaturesetDescriptor this concrete feature comes from. List of supported featuresets could be found in the nested classes (e.g. TypedFeaturesetDescriptor.Featureset, TypedFeaturesetDescriptor.Layer etc).
Link copied to clipboard
Link copied to clipboard
Current feature state stored as a concrete instance of FeatureState. Important: this state is immutable and represents the feature state at the precise moment of the interaction callback.