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