How to get the original panorama image by panoid in google street view?

我们两清 提交于 2019-12-01 08:02:07

问题


I have got the reference of getting the panorama image by panoid but its giving me only the thumbnail image but I want an original panorama image directly from streetview.

The link is given below what I have got http://cbk0.google.com/cbk?output=thumbnail&w=500&h=500&panoid=-_0l0tU3lKz0JtaEsqJk7w

Please help me out to get the original panorama image not the thumbnail.


回答1:


While there is no official API to download the full panorama. There are many tools that you can use.

Windows Tool: http://www.purebasic.fr/english/viewtopic.php?f=27&t=50248

NodeJS: https://www.npmjs.com/package/extract-streetview

https://github.com/mattdesl/google-panorama-equirectangular

Chrome plugin: https://chrome.google.com/webstore/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh?hl=en

Note: The thumbnail url that you are using is also an unofficial way. You should use their API to load streetview thumbnail. Please refer: https://developers.google.com/maps/documentation/streetview/intro



来源:https://stackoverflow.com/questions/40989418/how-to-get-the-original-panorama-image-by-panoid-in-google-street-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!