View Source Geo.LineString (Geo v3.5.1)

Defines the LineString struct.

Link to this section Summary

Link to this section Types

@type t() :: %Geo.LineString{
  coordinates: [{number(), number()}],
  properties: map(),
  srid: integer() | nil
}