Skip to main content
All docs
V24.2

AzureRouteCalculationResult.RouteReport Property

Gets the effective settings used in the current call.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public List<KeyValuePair<string, string>> RouteReport { get; }

Property Value

Type Description
List<KeyValuePair<String, String>>

A collection of effective parameters or data used when calling this Route API.

See Also