LocationResult constructor
LocationResult({})
Implementation
LocationResult({
this.latLng = const LatLng(28.8993447, 76.6228793),
this.address = "",
this.placeId = "",
this.streetNumber = "",
this.route = "",
this.locality = "",
this.administrativeAreaLevel2 = "",
this.administrativeAreaLevel1 = "",
this.country = "",
this.postalCode = "",
});