自定义 Google 地图“mapType”的外观控制
是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以更改当前控件的外观并定义新控件:
在此处查找您需要的功能:http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GMapType
和一些示例:
创建自定义控件:http://code.google.com /apis/maps/documentation/javascript/v2/controls.html#Custom_Controls
修改控件的外观:
http://code.google.com/apis/maps /documentation/javascript/v2/controls.html#Control_Modification
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