View Source Geo.PointZ (Geo v3.5.1)

Defines the PointZ struct.

Link to this section Summary

Link to this section Types

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