class MatrixSummary
A class used to get the Matrix routing summary. It holds data about how many total routes were calculated and how many of them were successful.
MatrixSummary(successfulRoutes: Int, totalRoutes: Int)
The primary constructor for the MatrixSummary. |
fun getSuccessfulRoutes(): Int
The number of successful routes calculated by the Matrix Routing service. |
|
fun getTotalRoutes(): Int
The total number of routes calculated by the Matrix Routing service. |