在其信息窗口上显示 Googlemap Zoom 版本的地图
这是示例应用程序。 http://www.yelp.com/map /the-codmother-fish-and-chips-san-francisco-2
我正在搜索 googlemap 的文档,但什么也没找到 将地图的缩放版本放在信息窗口上时,有什么想法如何做到这一点?
任何帮助将不胜感激。 谢谢。
here's the sample app.
http://www.yelp.com/map/the-codmother-fish-and-chips-san-francisco-2
I'm searching through googlemap's docs and found nothing
on putting the zoom version of the map on the infowindow, any ideas how to do this?
Any help would be much appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
InfoWindow 的内容中可能包含任何 html 代码。因此,您基本上需要初始化新的 google.maps.InfoWindow 并将其内容设置为类似的内容
此外,您还可以将新地图或 StreetView 对象绑定到该 div 并根据需要进行设置。
InfoWindow may contain any html code in its content. So, you basically need to initialize new google.maps.InfoWindow and set its contents to something like
Further you bind new map or StreetView object to that div and setup it as you need.