These terms adhere to RFC 7946 - The GeoJSON Format.

Sections

Definition

A LineString is an immutable object that represents two or more geographic Points that share a relationship. Multiple LineStrings become a MultiLineString.

JSON Example & Class Diagram

Raw GeoJSON

 {
   "type": "LineString",
   "coordinates": [
     [100.0, 0.0],
     [101.0, 1.0]
   ]
 }

Class Diagram

For complete & up to date information, see the API documentation. For a dynamic interactive diagram, see the FigJam diagram.