menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
StandardPlaceLabelsFeature
name property
name
dark_mode
light_mode
name
property
String
?
get
name
Name of the place label.
Implementation
String? get name { return properties["name"] as String?; }
mapbox_maps_flutter
mapbox_maps_flutter
StandardPlaceLabelsFeature
name property
StandardPlaceLabelsFeature extension on
TypedFeaturesetFeature
<
StandardPlaceLabels
>