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

BingRouteLeg Members

Contains information about a single leg of a route.

Constructors

Name Description
BingRouteLeg(GeoPoint, GeoPoint, LocationInformation, LocationInformation, List<BingItineraryItem>, String, Double, TimeSpan) Initializes a new instance of the BingRouteLeg class with the specified parameters.
BingRouteLeg(GeoPoint, GeoPoint, List<BingItineraryItem>, Double, TimeSpan) Initializes a new instance of the BingRouteLeg class with the specified parameters.

Properties

Name Description
Description Returns the description for the leg of the route.
Distance Gets the distance of this route leg.
EndLocation Returns information about the end location on the map.
EndPoint Gets the end point of this route leg.
Itinerary Gets additional information about this route leg.
StartLocation Returns information about the start location on the map.
StartPoint Gets the starting point of this route leg.
Time Gets the time required to pass this route leg.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also