MultiLineString Geometry Object

https://tools.ietf.org/html/rfc7946#section-3.1.5

interface MultiLineString {
    bbox?: BBox;
    coordinates: Position[][];
    type: "MultiLineString";
}

Hierarchy (View Summary)

Properties

bbox?: BBox

Bounding box of the coordinate range of the object's Geometries, Features, or Feature Collections. https://tools.ietf.org/html/rfc7946#section-5

coordinates: Position[][]
type: "MultiLineString"

Specifies the type of GeoJSON object.