在ABAP中,我们需要从 HERE API 获取详细路线https://router.hereapi.com/v8/routes?transportMode=car&origin=21.11336,39.21516&destination=21.52779,39.25381&return=polyline&app_id={APPID}&apiKey={APIKEY}。
该 API 返回折线,我们需要对其进行解码以获得地理坐标。我们尝试使用https://github.com/heremaps/flexible-polyline给出的算法进行解码,但它没有提供正确的坐标。
我可以获得 HERE 用于编码折线的确切算法,以便在 ABAP 中解码折线吗?