AzureRouteSection(Int32, Int32, AzureResponseTravelMode, AzureRouteSectionType) Constructor
Initializes a new instance of the AzureRouteSection class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.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