GeocodingResult constructor
GeocodingResult({})
Implementation
GeocodingResult({
required this.geometry,
required this.placeId,
this.types = const <String>[],
this.addressComponents = const <AddressComponent>[],
this.postcodeLocalities = const <String>[],
this.partialMatch = false,
this.formattedAddress,
});