locality property

String? locality
getter/setter pair

Generally refers to the city/town portion of the address.

Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.

Optional.

Implementation

core.String? locality;