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

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: "LineString"

Specifies the type of GeoJSON object.