Android GeoJSON
A complete GeoJSON implementation for Android.
Table of Contents
Requirements
Installation
Sample Usage
Parsing GeoJSON
Creating GeoJSON
Requirements
Android SDK 8 or Higher
Installation
Android Studio / Gradle
dependencies {
compile 'com.cocoahero.android:geojson:1.0.1@jar'
}
Maven
com.cocoahero.android
geojson
1.0.1
jar
Sample Usage
Whether you need to parse existing GeoJSON from a file or web server, or create new GeoJSON from user input, this library has got
1