RadControls for WPF

Contains route hint types used to determine what type of hint is described.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public enum ItineraryItemHintType
Visual Basic
Public Enumeration ItineraryItemHintType

Members

Member nameValueDescription
Landmark0 The hint is a landmark that helps to identify the next maneuver.
NextIntersection1 The hint indicates the next intersection seen if the turn was missed.
PreviousIntersection2 The hint indicates the intersection seen before a turn.

See Also