GeoCustomPoints constructor

GeoCustomPoints(
  1. List<GeoCoordinate2D> points
)

Creates a new instance of GeoPolygon with n-sides

Implementation

GeoCustomPoints(this.points);