DirectionMessage Class

  • DirectionMessage
  • class Esri::ArcGISRuntime::DirectionMessage

    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

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    DirectionMessage(Esri::ArcGISRuntime::DirectionMessage &&other)
    DirectionMessage(const Esri::ArcGISRuntime::DirectionMessage &other)
    DirectionMessage()
    Esri::ArcGISRuntime::DirectionMessage &operator=(Esri::ArcGISRuntime::DirectionMessage &&other)
    Esri::ArcGISRuntime::DirectionMessage &operator=(const Esri::ArcGISRuntime::DirectionMessage &other)
    ~DirectionMessage()
    Esri::ArcGISRuntime::DirectionMessageType directionMessageType() const
    bool isEmpty() const
    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close