Google 地图 v3 中的自动街景转换
如果您访问 http://maps.google.com 并放大直至 Google 耗尽地图查看器自动转换到街景模式(至少在您放大的位置可以使用街景时)。
我正在研究 Google Maps v3 API。有没有办法在这里复制地图到街景的效果?我可以通过将 streetViewControl: true
放入 mapOptions
中来启用街景,但用户仍然需要手动将火柴人拖到地图上才能启动街景。
If you go to http://maps.google.com and zoom in until Google runs out of map the viewer automatically transitions to Streetview-mode (at least if Streetview is available at the location you zoomed in on).
I'm mucking around with the Google Maps v3 API. Is there a way to replicate the map-to-streetview effect here? I can enable Streetview just fine by putting streetViewControl: true
in the mapOptions
, but the user still has to manually drag the stickman onto the map to get Streetview going.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将在地图中心打开全景图:
在德克萨斯州达拉斯进行测试。确保您有一个 id 为“svp”的 div
This will open a panorama at the map center:
Tested over Dallas, TX. Make sure you have a div with id 'svp'