Which language is used in google maps frontend?

限于喜欢 提交于 2019-12-11 04:17:20

问题


I want to know this because I want to do something 'explorable' with just the mouse, with zoom-in and out, etc.


回答1:


Google Maps are served to the user as HTML+CSS+JavaScript (except Street View, which uses Adobe Flash). If you want to build upon their excellent JS libraries, check out the Google Maps Javascript Reference - it's quite clear and includes many examples.

Also check out these excellent tutorials - although they were written for GMaps API version 2, they can be easily modified for the current (version 3) API.



来源:https://stackoverflow.com/questions/4152787/which-language-is-used-in-google-maps-frontend

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!