AzureRouteOptions.CustomParameters Property
Specifies additional route definitions.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
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