points property
A list of points defined by (x,y) where (0,0) is top left corner, and (n,m) are coordinates to the right and down.
Implementation
final List<GeoCoordinate2D> points;
A list of points defined by (x,y) where (0,0) is top left corner, and (n,m) are coordinates to the right and down.
final List<GeoCoordinate2D> points;