View Source Geo.PointM (Geo v3.5.1)

Defines the PointM struct.

Link to this section Summary

Link to this section Types

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