DirectionMessage QML Type
A detailed textual representation of a direction that is obtained from a DirectionManeuever or DirectionEvent. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- directionMessageType : Enums.DirectionMessageType
- text : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
directionMessageType : Enums.DirectionMessageType |
Returns the type of direction (read-only).
See also Enums.DirectionMessageType.
text : string |
Returns the text for directions (read-only).