从“我的地图”控制 Google 地图的外观
我很难找到有关如何自定义我在 Google 地图中创建并存储在“我的地图”中的嵌入地图实例的外观的说明。有用于生成和操作新地图实例的 jquery 插件,但我还没有找到任何关于如何从“我的地图”操作现有地图实例的信息。
有人推荐一个可以操纵“我的地图”地图实例外观的 jquery 插件吗?
I'm having a difficult time looking for instructions on how to customize the appearance of an embed map instance I've created in Google Maps and stored in My Maps. There are jquery plugins for generating and manipulating new map instances, but I haven't found any on how to manipulate existing map instance from My Maps.
Does anyone have a recommendation for a jquery plugin that can manipulate the appearance of a My Maps map instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了:将 RSS/KML 提要导入到地图叠加层中:
http://code.google.com/apis/maps/documentation/javascript/v2/services.html#XML_Overlays
I figured it out: import the RSS/KML feed into a map overlay:
http://code.google.com/apis/maps/documentation/javascript/v2/services.html#XML_Overlays