AzureRouteOptions.CustomParameters Property
In This Article
Specifies additional route definitions.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#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