I have Kml file which have some lat lngs but I don't know how to parse it in android?
I checked this link How to draw a path on a map using kml file?
but it's different. It is getting the data from the server in kml format. But I have kml file stored in assets.
Thanks in advance..