Interface CanonicalGeoPolygon

Interface that satisfies the GeoJSON specification for a polygon. This can be used as one of the possible forms of GeoPolygon.

interface CanonicalGeoPolygon {
    coordinates: GeoPosition[][];
    type: "Polygon";
}

Properties

Properties

coordinates: GeoPosition[][]
type: "Polygon"

Generated using TypeDoc