在街景 api 中,在上传照片元数据时,我提供了以米为单位的高度值。
但在方法中:参数高度中的 photo.get 返回为“Nan”。
发送请求时。
"pose": {
"latLngPair": {
"latitude": 12.9112,
"longitude": 85.579698
},
"altitude": 928.433,
"heading": 150
}
在接收请求时。
"pose": {
"latLngPair": {
"latitude": 12.9112,
"longitude": 85.579698
},
"altitude": "NaN",
"heading": 150,
"pitch": "NaN",
"roll": "NaN",
"level": {}
}