GeocodingResult constructor

GeocodingResult({
  1. List<AddressComponent>? addressComponents,
  2. String? formattedAddress,
  3. List<String>? postcodeLocalities,
  4. Geometry? geometry,
  5. String? placeId,
  6. List<String>? types,
  7. PlusCode? plusCode,
  8. bool? partialMatch,
})

Implementation

GeocodingResult({
  this.addressComponents,
  this.formattedAddress,
  this.postcodeLocalities,
  this.geometry,
  this.placeId,
  this.types,
  this.plusCode,
  this.partialMatch,
});