RouteMatrixResultOutput interface
This object is returned from a successful Route Matrix call. For ex, if 2 origins and 3 destinations are provided, there are going to 2 arrays with 3 elements in each. Each element's content depends on the options provided in the query.
Properties
format |
Format Version property |
matrix | Results as a 2 dimensional array of route summaries. |
summary | Summary object |
Property Details
formatVersion
Format Version property
formatVersion?: string
Property Value
string
matrix
Results as a 2 dimensional array of route summaries.
matrix: RouteMatrixOutput[][]
Property Value
summary
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript