GoogleMapsAddressvalidationV1ValidateAddressRequest constructor
GoogleMapsAddressvalidationV1ValidateAddressRequest({
- GoogleTypePostalAddress? address,
- bool? enableUspsCass,
- GoogleMapsAddressvalidationV1LanguageOptions? languageOptions,
- String? previousResponseId,
- String? sessionToken,
Implementation
GoogleMapsAddressvalidationV1ValidateAddressRequest({
this.address,
this.enableUspsCass,
this.languageOptions,
this.previousResponseId,
this.sessionToken,
});