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