ReGeocode constructor
const
ReGeocode({
- String? formattedAddress,
- AddressComponent? addressComponent,
- List<
ReGeocodePoi> ? pois, - List<
Road> ? roads, - List<
RoadInter> ? roadInters, - List<
Aoi> ? aois,
Implementation
const ReGeocode({
this.formattedAddress,
this.addressComponent,
this.pois,
this.roads,
this.roadInters,
this.aois,
});