Back to Devexpress

BingRouteLeg Members

windowsforms-devexpress-dot-xtramap-dot-bingrouteleg-dot-underscore-members.md

latest3.9 KB
Original Source

BingRouteLeg Members

Obsolete. Contains information about a single leg of a route.

Constructors

NameDescription
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

NameDescription
DescriptionReturns the description for the leg of the route.
DistanceGets the distance of this route leg.
EndLocationReturns information about the end location on the map.
EndPointGets the end point of this route leg.
ItineraryGets additional information about this route leg.
StartLocationReturns information about the start location on the map.
StartPointGets the starting point of this route leg.
TimeGets the time required to pass this route leg.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of the BingRouteLeg.

See Also

BingRouteLeg Class

DevExpress.XtraMap Namespace