Back to Devexpress

BingItineraryItem Members

wpf-devexpress-dot-xpf-dot-map-dot-bingitineraryitem-dot-underscore-members.md

latest5.0 KB
Original Source

BingItineraryItem Members

Obsolete. Contains information about a single itinerary item of a Bing route.

Constructors

NameDescription
BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan, String, BingDetail, BingHint[], String, String[], String)Initializes a new instance of the BingItineraryItem class with the specified settings.
BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan, String, BingDetail[], BingHint[], String, String[], String)Initializes a new instance of the BingItineraryItem class with the specified settings.
BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan)Initializes a new instance of the BingItineraryItem class with the specified settings.

Properties

NameDescription
CompassDirectionReturns the compass direction indicating the cardinal point.
DetailReturns the additional information about the single itinerary item of the route.
DetailsThe information about the required maneuvers on the itinerary item.
DistanceGets the distance of the itinerary item.
HintsReturns the hints to assist in the route passage.
LocationGets the location of the itinerary item.
ManeuverGets the maneuver type associated with the itinerary item.
ManeuverInstructionGets the maneuver instruction of the itinerary item.
SideOfStreetReturns the side of the street where the route destination is.
SignsReturns the signs which are placed along the route.
TimeGets the time required to pass the itinerary item.
TowardsRoadNameReturns the street name in which direction the first itinerary item goes.
WarningsGets the warnings associated with the itinerary item.

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 a string that represents the current object. Inherited from Object.

See Also

BingItineraryItem Class

DevExpress.Xpf.Map Namespace