sdk-routing / com.tomtom.online.sdk.routing.data / IRouteQuery / withWayPointsWithAcc

withWayPointsWithAcc

@NonNull abstract fun withWayPointsWithAcc(wayPoints: MutableList<LatLngAcc!>!): IRouteQuery

Specifies the array of map coordinate whose geographical information indicates your waypoints with radius for the route calculation.

Parameters

wayPoints - MutableList<LatLngAcc!>!:

Return
IRouteQuery: The route query.