sublocality property

  1. @TagNumber(8)
String sublocality

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);
}