Interface Geometry

interface Geometry {
    coordinates: number[];
    type: "Point";
}

Properties

Properties

coordinates: number[]
type: "Point"

Generated using TypeDoc