Releases: mapcode-foundation/mapcode-cpp
Releases · mapcode-foundation/mapcode-cpp
2.2.1
2.1.5
Removed isInsideTerritory by much stricter unit test
2.1.4
- added maxErrorInMeters to API
- added isInsideTerritory to API
- source clean-up (moved recode logic into decoder)
2.1.3
- added distanceInMeters to API
- thorough review of compiler warnings on different systems
2.1.2
Rewrote fraction floating points to integer arithmetic
2.1.1
- Added unit tests to check if library performs as expected
2.1.0
- Fix floating point error accumulation, assuring that encode(decode(M)) always equals M
2.0.3
2.0.3 Added fast territory search
2.0.2.4
Minor improvements to 2.0.2.4
2.0.2.1
- Cleaned up source; removed legacy code; renamed dividemaps.h to mapcode_fast_encode.h;
- Improved convertToRoman and convertToAlphabet to trim and skip leading territory;
- Rolled back 2.0.2 fix for letters "i" and "o" in Hindi, Bengali, Tibetan and Gurmukhi;