gps property

  1. @TagNumber(1)
GpsCoordinates gps

Implementation

@$pb.TagNumber(1)
GpsCoordinates get gps => $_getN(0);
  1. @TagNumber(1)
void gps=(GpsCoordinates v)

Implementation

@$pb.TagNumber(1)
set gps(GpsCoordinates v) { setField(1, v); }