RetrieveProperties constructor
RetrieveProperties({
- required String name,
- String? namePreferred,
- required String mapboxId,
- required String featureType,
- String? address,
- String? fullAddress,
- required String placeFormatted,
- required Context context,
- required Coordinates? coordinates,
- required String language,
- required String maki,
- List<
String> ? brand, - List<
String> ? brandId, - List<
String> ? poiCategory, - 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,
});