谷歌地图前端使用哪种语言?
我想知道这一点,因为我想用鼠标做一些“可探索”的事情,放大和缩小等。
I want to know this because I want to do something 'explorable' with just the mouse, with zoom-in and out, etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 地图以 HTML+CSS+JavaScript 的形式提供给用户(街景视图除外,它使用 Adobe Flash)。如果您想利用他们优秀的 JS 库,请查看 Google 地图 Javascript 参考 - 非常清楚并且包含很多示例。
另请查看这些优秀教程 - 尽管它们是为 GMaps API 版本 2 编写的,但可以轻松修改对于当前(版本 3)API。
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.