Question

How do you programatically create layers in google maps engine with json? My end goal is to save the map to "my maps" and access from my mobile device for directions.

Was it helpful?

Solution

Note from the future: Google has simply removed the Map Engine API and all its data in February, 2016. Wonderful. This answer is now historical.


The Lite version of Maps Engine does not have an API, so this is not possible.

If you want to do it programatically, you can use the core Maps Engine product, which has an API (documented here).

Otherwise, the Android Google Maps Engine app will load your maps on your mobile device.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top