I am using Here Android SDK for Navigation, I am planning a route which has around 100 waypoints b/w source and destination. So i am adding waypoints for the RoutePlan as
routePlan.addWaypoint(new RouteWaypoint(new GeoCoordinate(XXXXXXXXXXX, YYYYYYYYYYYY), RouteWaypoint.Type.VIA_WAYPOINT)
But as per documentation https://developer.here.com/documentation/routing/topics/resource-param-type-waypoint.html We can set TransitRadius and Heading parameters also for waypoints, Can i know the these parameters context and how to use in my code ?