ItineraryItemWarning Class

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains details about road conditions that may affect the route.

Syntax

public class ItineraryItemWarning : System.Object
Public Class ItineraryItemWarning Inherits System.Object

Constructor

Name

Description

ItineraryItemWarning 

Initializes a new instance of an ItineraryItemWarning object.

Public Properties

Name

Description

Severity 

An ItineraryWarningSeverity Enumeration value indicating the level of impact that the warning has on the route.

Text 

A string describing the warning.

WarningType 

An ItineraryWarningType Enumeration value indicating the type of warning described in the ItineraryItemWarning.Text Property.

See Also

ItineraryItem.Warnings Property