location property

  1. @TagNumber(1)
GeoPoint get location

Location of the geometry

Implementation

@$pb.TagNumber(1)
GeoPoint get location => $_getN(0);
  1. @TagNumber(1)
set location (GeoPoint v)

Implementation

@$pb.TagNumber(1)
set location(GeoPoint v) { setField(1, v); }