RetrieveProperties constructor

RetrieveProperties({
  1. required String name,
  2. String? namePreferred,
  3. required String mapboxId,
  4. required String featureType,
  5. String? address,
  6. String? fullAddress,
  7. required String placeFormatted,
  8. required Context context,
  9. required Coordinates? coordinates,
  10. required String language,
  11. required String maki,
  12. List<String>? brand,
  13. List<String>? brandId,
  14. List<String>? poiCategory,
  15. List<String>? poiCategoryIds,
})

Implementation

RetrieveProperties({
  required this.name,
  this.namePreferred,
  required this.mapboxId,
  required this.featureType,
  this.address,
  this.fullAddress,
  required this.placeFormatted,
  required this.context,
  required this.coordinates,
  // required this.bbox,
  required this.language,
  required this.maki,
  this.brand,
  this.brandId,
  this.poiCategory,
  this.poiCategoryIds,
});