A detailed textual representation of a direction that is obtained from a DirectionManeuever or DirectionEvent. More...
Header: | #include <DirectionMessage.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Public Functions
DirectionMessage() | |
DirectionMessage(const Esri::ArcGISRuntime::DirectionMessage &other) | |
DirectionMessage(Esri::ArcGISRuntime::DirectionMessage &&other) | |
~DirectionMessage() | |
Esri::ArcGISRuntime::DirectionMessageType | directionMessageType() const |
bool | isEmpty() const |
QString | text() const |
Esri::ArcGISRuntime::DirectionMessage & | operator=(const Esri::ArcGISRuntime::DirectionMessage &other) |
Esri::ArcGISRuntime::DirectionMessage & | operator=(Esri::ArcGISRuntime::DirectionMessage &&other) |
Detailed Description
Member Function Documentation
DirectionMessage::DirectionMessage ()
Default constructor.
Warning: This is for convenience only and will construct an empty object.
DirectionMessage::DirectionMessage (const Esri::ArcGISRuntime::DirectionMessage &other)
Copy constructor from other DirectionMessage.
DirectionMessage::DirectionMessage (Esri::ArcGISRuntime::DirectionMessage &&other)
Move constructor 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.
Esri::ArcGISRuntime::DirectionMessage &DirectionMessage::operator=(const Esri::ArcGISRuntime::DirectionMessage &other)
Assignment operator from other DirectionMessage.
Esri::ArcGISRuntime::DirectionMessage &DirectionMessage::operator=(Esri::ArcGISRuntime::DirectionMessage &&other)
Move operator from other DirectionMessage.