@NonNull abstract fun withWayPointsList(wayPoints: MutableList<LatLng!>!): IRouteQuery
Specifies the array of map coordinate whose geographical information indicates your waypoints for the route calculation.
wayPoints
- MutableList<LatLng!>!:
Return
IRouteQuery: The route query.