Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps API - get my custom map [closed]

I was searching in Google APIs a way to download my map (google.com/mymaps). By downloading a map I mean POIs. I found nothing except the Google mapsengine api, but there are 2 problems:

  • map id of my map is not suitable for mapsengine api - https://developers.google.com/maps-engine/documentation/reference/v1/maps/getPublished returns 404
  • maps creation in maps engine is not so easy as it is in my maps.

The problem is my client wants an Android App that shows map he created before. And he wants to create it using google my maps.

Question is there any API that allows me to download that data? Or if there is not - what is the best way to fetch that map? The only idea that comes to my mind is to download map KML file, but I'd prefer to use REST api if possible.

like image 988
chris Avatar asked Nov 27 '14 19:11

chris


1 Answers

There is no API for Google MyMaps at this time. Vote up this feature request if you want to see it happen.

like image 197
lambshaanxy Avatar answered Sep 30 '22 06:09

lambshaanxy