coordinates property

  1. @TagNumber(3)
GpsCoordinates coordinates

Implementation

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

Implementation

@$pb.TagNumber(3)
set coordinates($0.GpsCoordinates v) { setField(3, v); }