BingItineraryItem Members
Obsolete. Contains information about a single itinerary item of a Bing route.Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| CompassDirection | Returns the compass direction indicating the cardinal point. |
| Detail | Returns the additional information about the single itinerary item of the route. |
| Details | The information about the required maneuvers on the itinerary item. |
| Distance | Gets the distance of the itinerary item. |
| Hints | Returns the hints to assist in the route passage. |
| Location | Gets the location of the itinerary item. |
| Maneuver | Gets the maneuver type associated with the itinerary item. |
| ManeuverInstruction | Gets the maneuver instruction of the itinerary item. |
| SideOfStreet | Returns the side of the street where the route destination is. |
| Signs | Returns the signs which are placed along the route. |
| Time | Gets the time required to pass the itinerary item. |
| TowardsRoadName | Returns the street name in which direction the first itinerary item goes. |
| Warnings | Gets the warnings associated with the itinerary item. |
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 the textual representation of the BingItineraryItem.
|
See Also