A GeoJSON multiline.

interface GeoJSONMultiLineString {
    coordinates: number[][][];
    type: "MultiLineString";
}

Properties

Properties

coordinates: number[][][]

The line coordinates.

type

The type of GeoJSON geometry.