address property

GoogleTypePostalAddress? address
getter/setter pair

The address being validated.

Unformatted addresses should be submitted via address_lines. The total length of the fields in this input must not exceed 280 characters. Supported regions can be found here. The language_code value in the input address is reserved for future uses and is ignored today. The validated address result will be populated based on the preferred language for the given address, as identified by the system. The Address Validation API ignores the values in recipients and organization. Any values in those fields will be discarded and not returned. Please do not set them.

Required.

Implementation

GoogleTypePostalAddress? address;