Skip to main content
All docs
V24.2

AzureRouteIsochroneOptions.ExtendedRouteDefinitions Property

Specifies additional route calculation parameters (definitions).

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

[DefaultValue(null)]
public Dictionary<string, string> ExtendedRouteDefinitions { get; set; }

Property Value

Type Default Description
Dictionary<String, String> null

The dictionary that stores additional route calculation parameters.

See Also