coordinates property

  1. @TagNumber(3)
GpsCoordinates get coordinates

Implementation

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

Implementation

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