osm_shortlink 0.0.2
osm_shortlink: ^0.0.2 copied to clipboard
A Dart implementation of the OpenStreetMap Shortlink algorithm for encoding and decoding coordinates and zoom levels.
0.0.2 #
- Fixed License typo to ensure OSI recognition on pub.dev.
- Added documentation comments to all public API members.
- Added a working example in the
example/directory.
0.0.1 #
- Initial release.
- Ported OSM Shortlink algorithm from Ruby.
- Added encoding and decoding support for coordinates and zoom levels.
- Added test suite with 1000 random cases.
- Added MIT License.