points property

List<GeoPoint> points
final

The list of vertices defining the polygon.

Must contain at least 3 points to form a valid polygon.

Implementation

final List<GeoPoint> points;