如何将 Mapbox 折线解码精度更改为 5?

How to change Mapbox Polyline decoding precision to 5?

据我所知,Mapbox SDK (RouteUtils.java) 使用精度 6 来解码折线,这会影响 Mapbox 导航。当以精度 6 将 DiresctionsRoute 传递给 startNavigation(directionsRoute) 时,每个导航侦听器都可以完美运行。但是当添加精度为 5 的 DirectionsRoute 时(因为它是 OSRM.V5 的默认精度)。没有听众正常工作。我该如何解决这个问题。

NOTE: We're using OSRM.V5 in our server so it always returns route with precision of 5. And we aren't intended to use Mapbox's getRoute() as it's restricted at some point fro free users.

您可以在 OSRM 中使用 geometries=polyline6 选项,但它需要 5.8.0 版本

示例http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=simplified&geometries=polyline6

API参考http://project-osrm.org/docs/v5.7.0/api/#route-service