interface SquaremapPolygon {
    points: Point2D[][][];
}

Properties

Properties

points: Point2D[][][]