Geo v3.0.0 Geo.PointM View Source

Defines the PointM struct.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Geo.PointM{
  coordinates: {number(), number(), number()},
  properties: map(),
  srid: integer()
}