RouteMatrixResult.Matrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Results as a 2 dimensional array of route summaries.
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IList<Azure.Maps.Routing.Models.RouteMatrix>> Matrix { get; }
member this.Matrix : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IList<Azure.Maps.Routing.Models.RouteMatrix>>
Public ReadOnly Property Matrix As IReadOnlyList(Of IList(Of RouteMatrix))