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

无人久伴 提交于 2019-12-01 09:41:13

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

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