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
}));
Properties
- category → String?
-
Available on TypedFeaturesetFeature<
Provides a broad distinction between place types.StandardPlaceLabels> , provided by the StandardPlaceLabelsFeature extensionno setter - name → String?
-
Available on TypedFeaturesetFeature<
Name of the place label.StandardPlaceLabels> , provided by the StandardPlaceLabelsFeature extensionno setter - stateSnapshot → StandardPlaceLabelsState
-
Available on TypedFeaturesetFeature<
A feature state.StandardPlaceLabels> , provided by the StandardPlaceLabelsFeature extensionno setter