A detailed textual representation of a direction that is obtained from a DirectionManeuever or DirectionEvent. More...
| Header | #include <Direction |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Direction | |
| Direction | |
| Direction | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| Esri | direction |
| bool | is |
| QString | text() const |
Detailed Description
Member Function Documentation
DirectionMessage::DirectionMessage (Esri::ArcGISRuntime::DirectionMessage &&other)
Move constructor from other DirectionMessage.
DirectionMessage::DirectionMessage (const Esri::ArcGISRuntime::DirectionMessage &other)
Copy constructor from other DirectionMessage.
DirectionMessage::DirectionMessage ()
Default constructor.
Warning: This is for convenience only and will construct an empty object.
Esri::ArcGISRuntime::DirectionMessage &DirectionMessage::operator=(Esri::ArcGISRuntime::DirectionMessage &&other)
Move operator from other DirectionMessage.
Esri::ArcGISRuntime::DirectionMessage &DirectionMessage::operator=(const Esri::ArcGISRuntime::DirectionMessage &other)
Assignment operator from other DirectionMessage.
DirectionMessage::~DirectionMessage ()
Destructor.
Esri::ArcGISRuntime::DirectionMessageType DirectionMessage::directionMessageType () const
Returns the type of direction.
bool DirectionMessage::isEmpty () const
Returns true if this DirectionMessage is empty.
QString DirectionMessage::text() const
Returns the text for directions.