Mariaex v0.9.1 Mariaex.Geometry.LineString View Source

Define the LineString struct

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Mariaex.Geometry.LineString{
  coordinates: [{number(), number()}],
  srid: non_neg_integer() | nil
}