formattedAddress property

String? formattedAddress
getter/setter pair

The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located.

Note: the format of this address may not match the format of the address in the postal_address field. For example, the postal_address always represents the country as a 2 letter region_code, such as "US" or "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New Zealand".

Implementation

core.String? formattedAddress;