Skip to main content
A newer version of this page is available. .

BingRouteLeg Constructors

Contains information about a single leg of a route.
Name Parameters Description
BingRouteLeg(GeoPoint, GeoPoint, LocationInformation, LocationInformation, List<BingItineraryItem>, String, Double, TimeSpan) startPoint, endPoint, startLocation, endLocation, itinerary, description, distance, time Initializes a new instance of the BingRouteLeg class with the specified parameters.
BingRouteLeg(GeoPoint, GeoPoint, List<BingItineraryItem>, Double, TimeSpan) startPoint, endPoint, itinerary, distance, time Initializes a new instance of the BingRouteLeg class with the specified parameters.
See Also