-
Notifications
You must be signed in to change notification settings - Fork 2
Home
k3b edited this page Nov 18, 2023
·
19 revisions
#k3b-geoHelper v1.1.10 library
A j2se geo support library that is compatible with Android 2.3 (api 9) or later
- Current Release
- Project
- Last Release build
- Unittests
- Test results (junit)
- Test Codecoverage (jacoco)
- Code quality
- Licence
- parse/format geo-uri-s and geoarea-uri-s .
- Example uri: geo:53,10?q=(Hamburg)&z=8
- Java examples GeoUriTests.java
- parse http(s) urls from popular geo services. Examples:
- read geo-points from or write to these file formats
- gpx
- kml or 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
##Usage (with gradle)##
Add dependencies to local build.gradle
dependencies {
compile 'com.github.k3b:k3b-geoHelper:v1.1.10'
}
##Dependencies##
- org.slf4j:slf4j-api