BingRouteResult(List<GeoPoint>, Double, TimeSpan, TimeSpan, List<BingRouteLeg>, SearchBoundingBox) Constructor
Initializes a new instance of the BingRouteResult class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public BingRouteResult(
List<GeoPoint> routePath,
double distance,
TimeSpan time,
TimeSpan trafficTime,
List<BingRouteLeg> legs,
SearchBoundingBox boundingBox
)
#Parameters
Name | Type | Description |
---|---|---|
route |
List<Geo |
A list of Geo |
distance | Double | A Double value specifying the distance. This value is assigned to the Bing |
time | Time |
A Time |
traffic |
Time |
A Time |
legs | List<Bing |
A list of Bing |
bounding |
Search |
A Search |