administrativeArea property

  1. @TagNumber(6)
String administrativeArea

Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.

Implementation

@$pb.TagNumber(6)
$core.String get administrativeArea => $_getSZ(5);
  1. @TagNumber(6)
void administrativeArea=(String v)

Implementation

@$pb.TagNumber(6)
set administrativeArea($core.String v) { $_setString(5, v); }