Geocalc.Point protocol

The Geocalc.Point protocol is responsible for receiving latitude and longitude from any Elixir data structure. At this time it have implementations only for Map and List.

Summary

Functions

Returns point latitude

Returns point longitude

Types

t :: term

Functions

latitude(point)

Returns point latitude

longitude(point)

Returns point longitude