unconfirmedComponentTypes property

List<String>? unconfirmedComponentTypes
getter/setter pair

The types of the components that are present in the address_components but could not be confirmed to be correct.

This field is provided for the sake of convenience: its contents are equivalent to iterating through the address_components to find the types of all the components where the confirmation_level is not CONFIRMED or the inferred flag is not set to true. The list of possible types can be found here.

Implementation

core.List<core.String>? unconfirmedComponentTypes;