BingItineraryItem(GeoPoint, BingManeuverType, String, List<BingItineraryItemWarning>, Double, TimeSpan, String, BingDetail[], BingHint[], String, String[], String) Constructor
Initializes a new instance of the BingItineraryItem class with the specified settings.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
public BingItineraryItem(
GeoPoint location,
BingManeuverType maneuver,
string maneuverInstruction,
List<BingItineraryItemWarning> warnings,
double distance,
TimeSpan time,
string compassDirection,
BingDetail[] details,
BingHint[] hints,
string sideOfStreet,
string[] signs,
string towardsRoadName
)
Parameters
Name | Type | Description |
---|---|---|
location | GeoPoint | A GeoPoint object that specifies the location. This value is assigned to the Location property. |
maneuver | BingManeuverType | A BingManeuverType enumeration value that specifies the maneuver type. This value is assigned to the Maneuver property. |
maneuverInstruction | String | A System.String that specifies the maneuver instruction. This value is assigned to the ManeuverInstruction property. |
warnings | List<BingItineraryItemWarning> | A list of BingItineraryItemWarning objects containing warnings for this itinerary item. This value is assigned to the Warnings property. |
distance | Double | A System.Double value specifies the item distance. This value is assigned to the Distance property. |
time | TimeSpan | A System.TimeSpan value specifies the time required to pass this itinerary item. This value is assigned to the Time property. |
compassDirection | String | A System.String value defines the compass direction. This value is assigned to the CompassDirection property. |
details | BingDetail[] | An array of the BingDetail objects that specify the itinerary item’s maneuver details. This value is assigned to the Details property. |
hints | BingHint[] | An array of BingHint objects provide hints. This value is assigned to the Hints property. |
sideOfStreet | String | A System.String value defines the side of the street. This value is assigned to the SideOfStreet property. |
signs | String[] | An array of System.String values specifies signs on the road. This value is assigned to the Signs property. |
towardsRoadName | String | A System.String value defines the direction in accordance with road name. This value is assigned to the TowardsRoadName property. |