GeocodeResult constructor

GeocodeResult({
  1. List<GeocodeAddressList>? geocodeAddressList,
  2. GeocodeQuery? geocodeQuery,
})

Implementation

GeocodeResult({
  this.geocodeAddressList,
  this.geocodeQuery,
});