Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 getPanoramaByLocation 向用户显示街景之前,我想对 getPanoramaByLocation 的结果进行一些服务器端查询。
有没有办法以另一种方式调用 getPanoramaByLocation ?(可能通过另一个 API、HTTP 请求或其他方式?)
我需要由它返回的 StreetViewPanoramaData 的内容,而不是实际的图像。
HTTP 街景 API
https://developers.google.com/maps/documentation/streetview/
通过简单的谷歌搜索找到它。