Geo.MultiLineString (Geo v3.4.3) View Source

Defines the MultiLineString struct.

Link to this section Summary

Link to this section Types

Specs

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