View Source Geo.MultiLineString (Geo v3.5.1)

Defines the MultiLineString struct.

Link to this section Summary

Link to this section Types

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