Geocalc v0.7.1 API Reference

Modules

Calculate distance, bearing and more between Latitude/Longitude points

The Geocalc.BoundingBox protocol is responsible for receiving south_west and north_east points from any Elixir data structure. At this time it have implementation only for List

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