GoogleMapsAddressvalidationV1Geocode constructor
GoogleMapsAddressvalidationV1Geocode({
- GoogleGeoTypeViewport? bounds,
- double? featureSizeMeters,
- GoogleTypeLatLng? location,
- String? placeId,
- List<
String> ? placeTypes, - GoogleMapsAddressvalidationV1PlusCode? plusCode,
Implementation
GoogleMapsAddressvalidationV1Geocode({
this.bounds,
this.featureSizeMeters,
this.location,
this.placeId,
this.placeTypes,
this.plusCode,
});