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

Properties

Properties

coordinates: [number, number]
type: "Point"