如何在 V3 API 中访问 Google 地图制作工具地图?
我知道在 API V2 中,我可以只使用 setMapType(G_MAPMAKER_HYBRID_MAP) 来调用 Google Map Maker 地图,但是如何在 V3 中获取它?我尝试浏览文档,但它们只涵盖了基本的地图类型(路线图、卫星图、混合图和地形图)。
谢谢
I know in V2 of the API, i can just use setMapType(G_MAPMAKER_HYBRID_MAP) to call the Google Map Maker maps, but how do I get this in V3? I tried going through the documentation, but they just covered the basic map types (ROADMAP, SATELLITE, HYBRID and TERRAIN).
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
V3 中已弃用的功能。但是有一个解决方法,它不受支持,也不符合 Google 地图协议,请查看此线程:
支持 Google 地图制作工具 V3
Feature depreciated in V3. But there's a workaround, that isn't supported and is not in term w/ Google Map agreement, take a look at this thread:
Support Google Map Maker V3