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

withSupportingPoints

@NonNull abstract fun withSupportingPoints(supportingPoints: MutableList<LatLng!>!): IRouteQuery

A list of base route points to be used as input for route reconstruction.

Parameters

supportingPoints - MutableList<LatLng!>!:

Return
IRouteQuery: The route query.