Android Open Source - Map Library AndroidKMLParser






Project Summary

Helper library to parse Placemark(s) from KML file and show in Android Map V2.

Web Site / Source Repository

AndroidKMLParser is hosted in the following web site
https://github.com/vashisthg/AndroidKMLParser

If you think the Android project AndroidKMLParser listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidKMLParser.

ItemValue
Java File Count4
Target SDK Version19
Minimum SDK Version9
Activity Count1
Fragment Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.providers.gsf.permission.READ_GSERVICES
Asset File Namesassets\test.kml




License

The license information of AndroidKMLParser is as follows:

MIT License

Java Source Files

com.vashisthg.androidkml.KmlReader.java
com.vashisthg.androidkml.Placemark.java
com.vashisthg.androidkml.Point.java
com.vashisthg.androidkmlsample.KMLActivity.java