RetrieveProperties constructor
RetrieveProperties({
- required String name,
- required String mapboxId,
- required String featureType,
- required String address,
- required String fullAddress,
- required String placeFormatted,
- required Context context,
- required Location coordinates,
- required BBox bbox,
- required String language,
- required String maki,
- ExternalIds? externalIds,
- 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,
});