Namespace GoogleMapsApi.Entities.AddressValidation.Request
Classes
- AddressValidationRequest
Request for the Google Address Validation API (
POST https://addressvalidation.googleapis.com/v1:validateAddress). Validates a postal address, returning a strongly-typed verdict, the address as Google understands it, geocoding data, and (for US addresses with EnableUspsCass) USPS CASS-processed data.
- LanguageOptions
Optional language preferences applied to the validation response. Currently only controls whether Google returns a transliterated English/Latin form of the address.
- PostalAddress
Structured postal address sent to the Address Validation API or returned in a validated response. Mirrors Google's
google.type.PostalAddress. Only RegionCode is strictly required; supply as many of the other fields as you have to improve validation quality.