Class DirectionMessage
- java.lang.Object
 - 
- com.esri.arcgisruntime.tasks.networkanalysis.DirectionMessage
 
 
- 
public final class DirectionMessage extends Object
Represents the Directions String.- Since:
 - 100.0.0n
 - See Also:
 DirectionManeuver.getManeuverMessages(),DirectionEvent.getEventMessages()
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Gets the text for directions.DirectionMessageTypegetType()Gets the type of the direction string. 
 - 
 
- 
- 
Method Detail
- 
getText
public String getText()
Gets the text for directions.- Returns:
 - the text
 - Since:
 - 100.0.0
 
 
- 
getType
public DirectionMessageType getType()
Gets the type of the direction string.- Returns:
 - the type
 - Since:
 - 100.0.0
 
 
 - 
 
 -