MapsRoutingModelFactory.RouteMatrixSummary Method

Definition

Initializes a new instance of RouteMatrixSummary.

public static Azure.Maps.Routing.Models.RouteMatrixSummary RouteMatrixSummary (int? successfulRoutes = default, int? totalRoutes = default);
static member RouteMatrixSummary : Nullable<int> * Nullable<int> -> Azure.Maps.Routing.Models.RouteMatrixSummary
Public Shared Function RouteMatrixSummary (Optional successfulRoutes As Nullable(Of Integer) = Nothing, Optional totalRoutes As Nullable(Of Integer) = Nothing) As RouteMatrixSummary

Parameters

successfulRoutes
Nullable<Int32>

Number of successful routes in the response.

totalRoutes
Nullable<Int32>

Total number of routes requested. Number of cells in the input matrix.

Returns

A new RouteMatrixSummary instance for mocking.

Applies to