interface SquaremapPolyline {
    fill: boolean;
    points: Point2D[];
}

Properties

Properties

fill: boolean
points: Point2D[]