We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a489a commit caef0c7Copy full SHA for caef0c7
README.md
@@ -43,20 +43,28 @@ of the Mapcode library by Rijn Buve and Matthew Lowden.
43
44
# Version History
45
46
-* 2.1.1 - August 2015
+* 2.1.4
47
48
- Added useful routine DistanceInMeters to API
+ Added maxErrorInMeters to API;
49
50
-* 2.1.0 - August 2015
+ Enforce encode(decode(m))=m except near territory borders
51
+
52
+ Stricter unit tests;
53
54
+* 2.1.1
55
56
+ Added DistanceInMeters to API
57
58
+* 2.1.0
59
60
Rewrote fraction floating points to integer arithmetic
61
-* 2.0.3 - August 2015
62
+* 2.0.3
63
64
Minor fix. Added unittest\unittest.html - open to peform
65
tests that try to verify that the library works as intended;
66
-* 2.0.1 - August 2015
67
+* 2.0.1
68
69
Minor fixes.
70
0 commit comments