I am a Student..and right now trying to develop code for android..that shows nearby hospital locations to user’s current location..
i know how to get kml file for that..and know that i need to parse that file..to get different Placemark attribute value..
but couldn’t succeed ..
so if any of my friends have small guide,tutorial,code,example regarding how to parse the kml file for fetching value of multiple placemark..please please let me know..
Thank You.
fire a html query for a url like this :
note these
and
You will receive a kml. Next you will need a sax parser. This code is sufficiently awesome. Use it only as a reference.