LocationResult constructor
LocationResult({})
Implementation
LocationResult({
required this.latitude,
required this.longitude,
required this.address,
this.city,
this.state,
this.country,
this.postalCode,
this.addressSource = AddressSource.manualEntry,
});