A detailed textual representation of a direction that is obtained from a DirectionManeuever or DirectionEvent. More...
Header | #include <Direction |
Since | Esri |
Public Functions
Direction | |
Direction | |
Direction | |
~ | |
Esri | direction |
bool | is |
Q | text() const |
Esri | operator=( |
Esri | operator=(const Esri |
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.
[noexcept]
DirectionMessage::DirectionMessage (Esri::ArcGISRuntime::DirectionMessage &&other)
Move constructor from other DirectionMessage.
[noexcept]
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.
[noexcept]
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.