Interface GeoJsonPoint

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

Properties

Properties

coordinates: number[]
type