我正在使用 Here Android SDK for Navigation,我正在规划一条路线,其中包含大约 100 个路点 b/w 源和目的地。所以我正在为 RoutePlan 添加航点作为
routePlan.addWaypoint(new RouteWaypoint(new GeoCoordinate(XXXXXXXXXXX, YYYYYYYYYYYY), RouteWaypoint.Type.VIA_WAYPOINT)
但根据文档https://developer.here.com/documentation/routing/topics/resource-param-type-waypoint.html 我们也可以为航点设置 TransitRadius 和 Heading 参数,我可以知道这些参数的上下文以及如何在我的代码中使用?