@DeprecatedSince("2020.07") abstract fun planMatrixRoutes(matrixQuery: MatrixRoutingQuery): Single<MatrixRoutingResponse>Performs a reactive matrix computing action based on the provided MatrixRoutingQuery object.
matrixQuery - The object which contains the data necessary to execute the matrix computing action.
Return
MatrixRoutingResponse's Single object.
@DeprecatedSince("2020.06", "RoutingApi.planRoute(matrixRouteSpecification, matrixRouteCallback)") abstract fun planMatrixRoutes(matrixQuery: MatrixRoutingQuery, listener: MatrixRoutingResultListener): UnitPerforms a matrix computing action based on the provided MatrixRoutingQuery object and returns the routes in the callback.
matrixQuery - The object which contains the data necessary to execute the matrix computing action.
listener - The MatrixRoutingResultListener which contains data about the matrix.