ItineraryItem.CompassDirection Property

 

A string indicating the compass direction of travel. Get this property from the service response.

Syntax

public string CompassDirection { set; get; }
Public Property CompassDirection As String

Remarks

The CompassDirection property is returned in the language specified in the RequestBase.Culture Property. The default Culture is "en-US", and the corresponding CompassDirection values are "North", "Northeast", "East", "Southeast", "South", "Southwest", "West", and "Northwest".