Skip to main content
All docs
V24.2

AzureRouteLeg(AzureRouteSummary, List<GeoPoint>) Constructor

Initializes a new instance of the AzureRouteLeg class with specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureRouteLeg(
    AzureRouteSummary summary,
    List<GeoPoint> points
)

Parameters

Name Type Description
summary AzureRouteSummary

The summary object for the route section.

points List<GeoPoint>

A set of geographical points.

See Also