LocatorAttribute Class

  • LocatorAttribute
  • class Esri::ArcGISRuntime::LocatorAttribute

    Information about a Locator's attributes. More...

    Header: #include <LocatorAttribute.h>
    Since: Esri::ArcGISRuntime 100.0

    Public Functions

    LocatorAttribute()
    LocatorAttribute(const Esri::ArcGISRuntime::LocatorAttribute &other)
    LocatorAttribute(Esri::ArcGISRuntime::LocatorAttribute &&other)
    ~LocatorAttribute()
    QString displayName() const
    bool isEmpty() const
    bool isRequired() const
    QString name() const
    QMetaType::Type type() const
    Esri::ArcGISRuntime::LocatorAttribute &operator=(const Esri::ArcGISRuntime::LocatorAttribute &other)
    Esri::ArcGISRuntime::LocatorAttribute &operator=(Esri::ArcGISRuntime::LocatorAttribute &&other)

    Detailed Description

    Member Function Documentation

    LocatorAttribute::LocatorAttribute()

    Default constructor.

    LocatorAttribute::LocatorAttribute(const Esri::ArcGISRuntime::LocatorAttribute &other)

    Copy constructor from other LocatorAttribute.

    LocatorAttribute::LocatorAttribute(Esri::ArcGISRuntime::LocatorAttribute &&other)

    Move constructor from other LocatorAttribute.

    LocatorAttribute::~LocatorAttribute()

    Destructor.

    QString LocatorAttribute::displayName() const

    Returns the display name of the attribute.

    bool LocatorAttribute::isEmpty() const

    Returns whether the attribute is empty.

    bool LocatorAttribute::isRequired() const

    Returns whether the attribute is a required field.

    QString LocatorAttribute::name() const

    Returns the name of the attribute.

    QMetaType::Type LocatorAttribute::type() const

    Returns the type of the attribute.

    Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(const Esri::ArcGISRuntime::LocatorAttribute &other)

    Assignment operator from other LocatorAttribute.

    Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(Esri::ArcGISRuntime::LocatorAttribute &&other)

    Move operator from other LocatorAttribute.

    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