Skip to content

Commit 24ba835

Browse files
committed
Added parseMapcodeString
1 parent df98eac commit 24ba835

File tree

5 files changed

+564
-257
lines changed

5 files changed

+564
-257
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ atlassian-ide-plugin.xml
9999
*.sln
100100
*.vcxproj*
101101
Debug
102+
Release
102103
*.opt
103104
*.pch
104105
*.pdb

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ compiler command-line to not use the fast encoding (default is to use fast encod
150150
fast encoding speeds up de encoding by a factor of 2. For normal use, there is no reason not
151151
to use fast encoding.
152152

153+
* Added `parseMapcodeString` to get individual mapcode elements, like the territory code,
154+
the 'proper' mapcode (without the territory and precision extension) and the precision
155+
extension parsed from a (user) input string.
156+
153157
### 2.3.1
154158

155159
* Minor fixes to prevent compiler warnings.

0 commit comments

Comments
 (0)