RetrieveProperties constructor

RetrieveProperties({
  1. required String name,
  2. required String mapboxId,
  3. required String featureType,
  4. required String address,
  5. required String fullAddress,
  6. required String placeFormatted,
  7. required Context context,
  8. required Location coordinates,
  9. required BBox bbox,
  10. required String language,
  11. required String maki,
  12. ExternalIds? externalIds,
  13. required ExternalIds metadata,
})

Implementation

RetrieveProperties({
  required this.name,
  required this.mapboxId,
  required this.featureType,
  required this.address,
  required this.fullAddress,
  required this.placeFormatted,
  required this.context,
  required this.coordinates,
  required this.bbox,
  required this.language,
  required this.maki,
  this.externalIds,
  required this.metadata,
});