Hi, I'm making an android app with goolgle map API.
I'm trying to search my map that has already made, and receive the result in kml file format.
I've tried with some URLs like : http://maps.google.com/?q="SOME_WORDS"&output=kml
but all I can get is the placemarks data.
Then how can I get the data units of my map?
(I hope my app can gather every maps data which have some prefix words on their titles.)
Thank you in advance.


