@DeprecatedSince(2020, 7) 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, 6) abstract fun planMatrixRoutes(matrixQuery: MatrixRoutingQuery, listener: MatrixRoutingResultListener): Unit
Performs 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.