Geocode constructor
const
Geocode({})
Implementation
const Geocode({
this.formattedAddress,
this.country,
this.province,
this.cityCode,
this.city,
this.district,
this.neighborhood,
this.building,
this.adcode,
this.street,
this.number,
this.location,
this.level,
});