Google Streetview Image API:为给定的LatLng计算(自动设置)标题

时间:2017-02-02 13:39:41

标签: javascript google-maps google-street-view

是否可以计算Streetview Image API用于特定LatLng的标题?我还想在使用Streetview Image API时查找标题。我想确定北,南,东和西在生成的图像中的位置。

我知道Streetview Image API将相机对准了正确的方向" (因此,将标题自动转向指定的LatLng),这是我想要弄清楚的标题。

1 个答案:

答案 0 :(得分:1)

您想在getPhotographerPov班级上使用StreetViewPanorama

具有heading属性。

e.g。

var heading = yourPanorama.getPhotographerPov().heading;