Geo.MultiPoint
Defines the MultiPoint struct. Implements the Ecto.Type behaviour
Summary↑
| blank?() | |
| cast(multi_point) | Callback implementation of |
| dump(multi_point) | Callback implementation of |
| load(multi_point) | Callback implementation of |
| type() | Callback implementation of |
Types ↑
t :: %Geo.MultiPoint{coordinates: [{number, number}], srid: integer}
Functions
Callback implementation of Ecto.Type.cast/1.
Callback implementation of Ecto.Type.dump/1.
Callback implementation of Ecto.Type.load/1.
Callback implementation of Ecto.Type.type/0.