Skip to main content
All docs
V24.2

AzureRouteOptions.CustomParameters Property

Specifies additional route definitions.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

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

Property Value

Type Default Description
Dictionary<String, String> null

The dictionary that stores additional route definitions.

Remarks

For example, use this property to add route instructions and thus adjust route calculation.

See Also