How do you programmatically create layers in google maps engine lite using ajax and json

StackOverflow https://stackoverflow.com/questions/21420789

  •  04-10-2022
  •  | 
  •  

質問

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.

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top