RadarRouteMatrix

class RadarRouteMatrix(matrix: Array<Array<RadarRoute?>?>?)

Represents routes between multiple origins and destinations.

See also

Constructors

RadarRouteMatrix
Link copied to clipboard
fun RadarRouteMatrix(matrix: Array<Array<RadarRoute?>?>?)

Functions

routeBetween
Link copied to clipboard
fun routeBetween(originIndex: Int, destinationIndex: Int): RadarRoute?
toJson
Link copied to clipboard
fun toJson(): JSONArray

Properties

matrix
Link copied to clipboard
val matrix: Array<Array<RadarRoute?>?>?
The routes between multiple origins and destinations.