Cadenza JS
    Preparing search index...

    Interface Geometry

    A GeoJSON geometry object

    interface Geometry {
        coordinates:
            | Coordinate
            | Coordinate[]
            | Coordinate[][]
            | Coordinate[][][];
        type: GeometryType;
    }
    Index

    Properties

    Properties

    coordinates: Coordinate | Coordinate[] | Coordinate[][] | Coordinate[][][]

    The coordinates of the geometry

    The type of the geometry