AzureRouteSection(Int32, Int32, AzureResponseTravelMode, AzureRouteSectionType) Constructor
Initializes a new instance of the AzureRouteSection class with specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v26.1.dll
Declaration
public AzureRouteSection(
int startPointIndex,
int endPointIndex,
AzureResponseTravelMode travelMode,
AzureRouteSectionType sectionType
)
Parameters
| Name | Type |
|---|---|
| startPointIndex | Int32 |
| endPointIndex | Int32 |
| travelMode | AzureResponseTravelMode |
| sectionType | AzureRouteSectionType |
See Also