我们正在开发一个使用AngularJS和JavaScript的WebGIS,使用HERE Maps API。我们希望显示获取或更新通过此处地图发布的卫星地图的日期。
有什么方法可以恢复这些信息吗?
发布于 2020-07-17 13:18:02
地理编码器API确实提供了有关mapVersionRelease的信息。下面的GET请求使用参数locationattributes=mapReference来检索有关当前使用的地图版本的信息。
请参考https://developer.here.com/documentation/geocoder/dev_guide/topics/example-geocode-mapreference.html和https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-params-additional.html
https://stackoverflow.com/questions/62759165
复制相似问题