Mariaex v0.9.1 Mariaex.Geometry.Point View Source

Define the Point struct

Link to this section Summary

Link to this section Types

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