Interface GeoJsonMultiPoint

interface GeoJsonMultiPoint {
    coordinates: number[][];
    type: "MultiPoint";
}

Properties

Properties

coordinates: number[][]
type