geoLocation property

  1. @TagNumber(2)
LatLng geoLocation

Implementation

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

Implementation

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