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

BingItineraryItem Constructors

Contains information about a single itinerary item of a Bing route.
Name Parameters Description
BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan, String, BingDetail, BingHint[], String, String[], String) location, maneuver, maneuverInstruction, warnings, distance, time, compassDirection, detail, hints, sideOfStreet, signs, towardsRoadName 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) location, maneuver, maneuverInstruction, warnings, distance, time, compassDirection, details, hints, sideOfStreet, signs, towardsRoadName Initializes a new instance of the BingItineraryItem class with the specified settings.
BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan) location, maneuver, maneuverInstruction, warnings, distance, time Initializes a new instance of the BingItineraryItem class with the specified settings.
See Also