Interface PolygonGeometry<TPosition>Experimental

interface PolygonGeometry<TPosition> {
    coordinates: NonEmptyReadonlyArray<LinearRing<TPosition>>;
    type: "Polygon";
}

Type Parameters

Properties

Properties

type