Geo.Point (Geo v3.4.3) View Source

Defines the Point struct.

Link to this section Summary

Link to this section Types

Specs

latitude() :: number()

Specs

longitude() :: number()

Specs

t() :: %Geo.Point{
  coordinates: {longitude(), latitude()},
  properties: map(),
  srid: integer() | nil
}