自定义 Google 地图“mapType”的外观控制

发布于 2024-10-04 06:58:51 字数 105 浏览 3 评论 0原文

是否可以在 Google 地图中设置 mapType 控件(右上角的“地图”、“卫星”、“混合”)的外观样式? (使用 API 的 V2)。或者有没有办法创建自己的元素并让它们控制mapType?

Is it possible to style the look of the mapType controls (top right "Map", "Satellite", "Hybrid") in Google maps? (using V2 of the API). Or is there a way to create your own elements and have them control the mapType??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

困倦 2024-10-11 06:58:51

Yes, it it possible both to change the look of the current controls and to define new ones:

look here for the functions you need: http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GMapType

and some examples:
create custom controls: http://code.google.com/apis/maps/documentation/javascript/v2/controls.html#Custom_Controls
modify appearance of controls:
http://code.google.com/apis/maps/documentation/javascript/v2/controls.html#Control_Modification

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文