A GeoJSON multipoint.

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

Properties

Properties

coordinates: number[][]

The point coordinates.

type

The type of GeoJSON geometry.