在其信息窗口上显示 Googlemap Zoom 版本的地图

发布于 2024-12-08 04:38:54 字数 274 浏览 0 评论 0原文

这是示例应用程序。 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 技术交流群。

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

发布评论

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

评论(1

跨年 2024-12-15 04:38:54

InfoWindow 的内容中可能包含任何 html 代码。因此,您基本上需要初始化新的 google.maps.InfoWindow 并将其内容设置为类似的内容

<div id="myInnerMap"></div>

此外,您还可以将新地图或 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

<div id="myInnerMap"></div>

Further you bind new map or StreetView object to that div and setup it as you need.

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