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?
-
Provides a broad distinction between place types.
no setter
- name → String?
-
Name of the place label.
no setter
- stateSnapshot → StandardPlaceLabelsState
-
A feature state.
no setter