points property

List<GeoCoordinate2D> points
final

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;