sublocality property

  1. @TagNumber(8)
String sublocality

Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.

Implementation

@$pb.TagNumber(8)
$core.String get sublocality => $_getSZ(7);
  1. @TagNumber(8)
void sublocality=(String v)

Implementation

@$pb.TagNumber(8)
set sublocality($core.String v) { $_setString(7, v); }