Packages
osm_shortlink
v 0.1.3
Library that generates short links for the given coordinates iex> OsmShortlink.generate_link(51.5110,0.0550, 9) "http://osm.org/go/0EEQjE--" iex> OsmShortlink.link_to_coordinates("http://osm.org/go/0EEQjE?M") {51.510772705078125, 0.054931640625}
Dependencies of osm_shortlink
1 dependency| Package | Requirement | Status |
|---|---|---|
| ex_doc | ~> 0.23 |