View Source Geo.LineStringZ (Geo v3.5.1)

Defines the LineStringZ struct.

Link to this section Summary

Link to this section Types

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