View Source Geocalc.Point protocol (Geocalc v0.8.5)

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, Tuple and List, and Shape defined inside this project.

Point values can be decimal degrees or DMS (degrees, minutes, seconds).

Link to this section Summary

Functions

Returns point latitude.

Returns point longitude.

Link to this section Types

Link to this section Functions

Returns point latitude.

Returns point longitude.