简体   繁体   中英

How to make a kml file in Android?

Basically all I want to know is, is how does kml work and how would I implement it into my app. I am not a beginner but I am not advanced so if there is a place I can go to read about this stuff or if anyone has some info that they can post it would be really helpful.

To know how KML works go there: http://code.google.com/apis/kml/documentation/kml_tut.html

Basically it's just XML fields to set. The process of writting object to xml file is serialization . I recomend searching google for it with android.

You can also get infos on this page: http://www.ibm.com/developerworks/opensource/library/x-android/index.html#list11

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM