GeoJsonPolygon constructor

GeoJsonPolygon(
  1. List<List<List<double>>> coordinates
)

Implementation

GeoJsonPolygon(this.coordinates);