GeocodingPropertiesV6 constructor

GeocodingPropertiesV6({
  1. required String mapboxId,
  2. required String featureType,
  3. String? fullAddress,
  4. String? name,
  5. String? namePreferred,
  6. String? placeFormatted,
  7. GeocodingContextV6? context,
  8. BBox? bbox,
})

Implementation

GeocodingPropertiesV6({
  required this.mapboxId,
  required this.featureType,
  this.fullAddress,
  this.name,
  this.namePreferred,
  this.placeFormatted,
  this.context,
  this.bbox,
});