addressComponents property

List<GoogleMapsAddressvalidationV1AddressComponent>? addressComponents
getter/setter pair

Unordered list.

The individual address components of the formatted and corrected address, along with validation information. This provides information on the validation status of the individual components. Address components are not ordered in a particular way. Do not make any assumptions on the ordering of the address components in the list.

Implementation

core.List<GoogleMapsAddressvalidationV1AddressComponent>? addressComponents;