【发布时间】:2021-04-18 19:11:28
【问题描述】:
我需要使用 Here Api javascript 获取基点的位置,我正在使用以下代码:
var bounds = map.getViewModel().getLookAtData().bounds;
console.log(bounds.getBoundingBox());
而我得到的结果就是这些值,我不知道北、南、东、西是什么值。
K {ba: -79.39228887213605, ga: -79.38982123984238, ja: 43.6432819654959, la: 43.641401124059136, b: null, …}
a: null
b: null
ba: -79.39228887213605
c: null
ga: -79.38982123984238
ja: 43.6432819654959
la: 43.641401124059136
__proto__: Wf
【问题讨论】:
标签: javascript maps here-api