geoview-core
    Preparing search index...

    Type Alias GeometryJsonResponseGeometry

    Type used when fetching geometry json with coordinates property

    type GeometryJsonResponseGeometry = {
        coordinates: number[] | Coordinate[][];
    }
    Index

    Properties

    Properties

    coordinates: number[] | Coordinate[][]