Geo v3.3.3 Geo.Point View Source

Defines the Point struct.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Geo.Point{
  coordinates: {number(), number()},
  properties: map(),
  srid: integer() | nil
}