StandardPlaceLabelsFeature extension

Points for labeling places including countries, states, cities, towns, and neighborhoods.

Use the StandardPlaceLabels() descriptor to handle interactions on Place Labels features:

mapboxMap.addInteraction(TapInteraction(StandardPlaceLabels(), (feature, context) {
    // Handle the tapped feature here
}));
on

Properties

category String?

Available on TypedFeaturesetFeature<StandardPlaceLabels>, provided by the StandardPlaceLabelsFeature extension

Provides a broad distinction between place types.
no setter
name String?

Available on TypedFeaturesetFeature<StandardPlaceLabels>, provided by the StandardPlaceLabelsFeature extension

Name of the place label.
no setter
stateSnapshot StandardPlaceLabelsState

Available on TypedFeaturesetFeature<StandardPlaceLabels>, provided by the StandardPlaceLabelsFeature extension

A feature state.
no setter