链接到 Google 地图街景时去掉侧边栏
我正在使用 v3 地图 JS API google.maps.getPanoramaByLocation 创建带有 lat/lng 的街景链接,如下所示: http://maps.google.com/?cbll=52.099659,0.140299&cbp=12,0,,,& layer=c,但我想知道是否有人知道如何摆脱默认出现在街景视图中的大左侧边栏?我检查了 mapki 但没有骰子。
I'm using the v3 maps JS API google.maps.getPanoramaByLocation to create a link to streetview with lat/lng which looks like: http://maps.google.com/?cbll=52.099659,0.140299&cbp=12,0,,,&layer=c, but I was wondering if anyone knew how to get rid of the large left-hand sidebar that appears in street view by default? I've checked mapki but no dice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑以下示例。它使用
getPanoramaByLocation()
方法,并且不渲染左侧边栏:屏幕截图:
Consider the following example. It uses the
getPanoramaByLocation()
method, and does not render a left sidebar:Screenshot: