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

withWayPointsList

@NonNull abstract fun withWayPointsList(wayPoints: MutableList<LatLng!>!): IRouteQuery

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

Parameters

wayPoints - MutableList<LatLng!>!:

Return
IRouteQuery: The route query.