sublocality property
Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
Implementation
@$pb.TagNumber(8)
$core.String get sublocality => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set sublocality($core.String v) { $_setString(7, v); }