GoogleGeoResult constructor

GoogleGeoResult({
  1. List<AddressComponents>? addressComponents,
  2. String? formattedAddress,
  3. Geometry? geometry,
  4. String? placeId,
  5. PlusCode? plusCode,
  6. List<String>? types,
})

Implementation

GoogleGeoResult(
    {this.addressComponents,
    this.formattedAddress,
    this.geometry,
    this.placeId,
    this.plusCode,
    this.types});