destination property

  1. @TagNumber(2)
GeoPoint destination

Destination, encoded as a GeoPoint

Implementation

@$pb.TagNumber(2)
$14.GeoPoint get destination => $_getN(1);
  1. @TagNumber(2)
void destination=(GeoPoint v)

Implementation

@$pb.TagNumber(2)
set destination($14.GeoPoint v) { setField(2, v); }