CalculateRouteMatrixSummary

A summary of the calculated route matrix.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data provider of traffic and road network data used to calculate the routes. Indicates one of the available providers:

Link copied to clipboard

The unit of measurement for route distances.

Link copied to clipboard

The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.

Link copied to clipboard

The count of cells in the route matrix. Equal to the number of DeparturePositions multiplied by the number of DestinationPositions.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String