Simple-KML
Simple-KML copied to clipboard
A KML Serializer for Android - THIS PROJECT IS NO LONGER MAINTAINED
Please, submit your cool library to Maven and Gradle repositories. I can't find it there. [Maven Central](http://search.maven.org/), [jCenter](https://bintray.com/bintray/jcenter).
need help with parceing getfeacherlist
"Pair" inside a StyleMap is an inline list.in KML definition. For example: normal #normalState highlight #highlightState
This solve the issue https://github.com/Ekito/Simple-KML/issues/8
I have this kml file: https://drive.google.com/file/d/0B6n-0chrqAAMbHhwRmwzSWFxNUU/edit?usp=sharing When I run Simple-KML to parse it, I can the track and the schemaUrl, but not the gx:coord and timestamps. Any ideas why this...
Hi, im a brazilian student and im using Simple-KML to develop an app for my group, and now i need to integrate a sound in the kml that my app...
At the moment, it only allows one: ``` /** The item icon. */ @Element(name="ItemIcon",required=false) private Icon itemIcon; ```
Hello, I realise I haven't checked in a fix for the other issue I reported yet! But here's another small change. In com.ekito.simpleKML.model.StyleMap, line 29, the pairList ElementList should have...
Hi I'm a student doing my last year project, an Android app, in which I need to create a Kml file with multiples polygons from some data I get with...
Hi there, Thanks for your great work on this library. I encountered a KML file that would not parse. The issue is the file had more than one Polygon->innerBoundaryIs element....