geoLocation property

  1. @TagNumber(2)
LatLng geoLocation

Implementation

@$pb.TagNumber(2)
$24.LatLng get geoLocation => $_getN(1);
  1. @TagNumber(2)
void geoLocation=(LatLng v)

Implementation

@$pb.TagNumber(2)
set geoLocation($24.LatLng v) {
  setField(2, v);
}