1

my question is short.

I am making an application that creates and uses .kml map files. I thought it would be a very good idea if the user could upload his maps to Google "My maps" server (which imports .kml files through the browser version) from my application, and also load them afterwards. However, I have not found any documentation related to this possibility, and I have spent hours looking through the internet and the Google Maps Android API, without luck.

Does anyone know if my idea is possible? Or google keeps this closed for their internal applications?

Thanks :)

petoria
  • 13
  • 2

1 Answers1

0

There is an API to upload .kml files to Google Maps (the Google Maps Data API), but it doesn't work due to a bug that Google have decided not to fix for some reason.

See my answer to the question "how can I upload a kml file with a script to google maps?" for the details

Community
  • 1
  • 1
Day
  • 9,465
  • 6
  • 57
  • 93
  • Thanks for your quick response! What a pity, I guess I will have to leave that feature out by now... :( – petoria Apr 05 '11 at 22:23
  • @petoria No problem and welcome to stackoverflow. Sorry it wasn't better news for your first question. Please consider accepting my answer if you found it helpful. Thanks – Day Apr 05 '11 at 22:24