LocatorAttribute Class

  • LocatorAttribute
  • class Esri::ArcGISRuntime::LocatorAttribute

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

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

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

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

    Detailed Description

    Member Function Documentation

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

    Move constructor from other LocatorAttribute.

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

    Copy constructor from other LocatorAttribute.

    LocatorAttribute::LocatorAttribute()

    Default constructor.

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

    Move operator from other LocatorAttribute.

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

    Assignment operator 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.

    QVariant::Type LocatorAttribute::type() const

    Returns the type of the attribute.

    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