Geo.Point

Defines the Point struct. Implements the Ecto.Type behaviour

Source

Summary

blank?()
cast(point)

Callback implementation for c:Ecto.Type.cast/1

dump(point)

Callback implementation for c:Ecto.Type.dump/1

load(point)

Callback implementation for c:Ecto.Type.load/1

type()

Callback implementation for c:Ecto.Type.type/0

Types

t :: %Geo.Point{coordinates: {number, number}, srid: integer}

Functions

blank?()
Source
cast(point)

Callback implementation for c:Ecto.Type.cast/1.

Source
dump(point)

Callback implementation for c:Ecto.Type.dump/1.

Source
load(point)

Callback implementation for c:Ecto.Type.load/1.

Source
type()

Callback implementation for c:Ecto.Type.type/0.

Source