GoogleMapsAddressvalidationV1Geocode constructor

GoogleMapsAddressvalidationV1Geocode({
  1. GoogleGeoTypeViewport? bounds,
  2. double? featureSizeMeters,
  3. GoogleTypeLatLng? location,
  4. String? placeId,
  5. List<String>? placeTypes,
  6. GoogleMapsAddressvalidationV1PlusCode? plusCode,
})

Implementation

GoogleMapsAddressvalidationV1Geocode({
  this.bounds,
  this.featureSizeMeters,
  this.location,
  this.placeId,
  this.placeTypes,
  this.plusCode,
});