A j2se geo support library that is compatible with Android 2.3 (api 9) or later
-
Current Release
-
Sourcecode
-
Supported geo properties
-
Last Release build
- Automated Tests Code Coverage:
- Code quality
- JCenter/bintray
-
Licence
A j2se geo support library that is compatible with Android 2.3 (api 9) or later
- parse/format geo-uri-s and geoarea-uri-s .
- Example uri: geo:53,10?q=(Hamburg)&z=8
- Java examples GeoUriTests.java
- read geo-points from or write to in these file formats
- gpx
- kml/kmz
- poi
- wikimedia that is used by web-apis of wikipedia and wikivoyage
- Example files
- parse different flavours of ISO_8601 Date Formats.
- Java examples IsoDateTimeParserTests.java
For more details see supported data formats
Add dependencies to local build.gradle
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.k3b:k3b-geoHelper:v1.1.12'
}
- org.slf4j:slf4j-api