Skip to main content
A newer version of this page is available. .
All docs
V21.1

BingRouteResult(List<GeoPoint>, Int32[], Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public BingRouteResult(
    List<GeoPoint> routePath,
    int[] waypointsOrder,
    double distance,
    TimeSpan time,
    TimeSpan trafficTime,
    List<BingRouteLeg> legs,
    SearchBoundingBox boundingBox
)

Parameters

Name Type
routePath List<GeoPoint>
waypointsOrder Int32[]
distance Double
time TimeSpan
trafficTime TimeSpan
legs List<BingRouteLeg>
boundingBox SearchBoundingBox
See Also