Geo v3.0.0 Geo.PointZ View Source

Defines the PointZ struct.

Link to this section Summary

Link to this section Types

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