Skip to main content
All docs
V26.1
  • AzureRouteLeg(AzureRouteSummary, List<GeoPoint>) Constructor

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v26.1.dll

    Declaration

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

    Parameters

    Name Type
    summary AzureRouteSummary
    points List<GeoPoint>
    See Also