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

withWayPoints

@NonNull abstract fun withWayPoints(wayPoints: Array<LatLng!>!): IRouteQuery

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

Parameters

wayPoints - Array<LatLng!>!:

Return
IRouteQuery: The route query.