Class DirectionMessage
- java.lang.Object
-
- com.esri.arcgisruntime.tasks.networkanalysis.DirectionMessage
-
public final class DirectionMessage extends java.lang.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 java.lang.String
getText()
Gets the text for directions.DirectionMessageType
getType()
Gets the type of the direction string.
-
-
-
Method Detail
-
getText
public java.lang.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
-
-