RouteMatrixResponse 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

formatVersion

Format Version property NOTE: This property will not be serialized. It can only be populated by the server.

matrix

Results as a 2 dimensional array of route summaries. NOTE: This property will not be serialized. It can only be populated by the server.

summary

Property Details

formatVersion

Format Version property NOTE: This property will not be serialized. It can only be populated by the server.

formatVersion?: string

Property Value

string

matrix

Results as a 2 dimensional array of route summaries. NOTE: This property will not be serialized. It can only be populated by the server.

matrix?: RouteMatrixResult[][]

Property Value

summary

summary?: RouteMatrixSummary

Property Value