Information about a Locator's attributes. More...
| Header | #include <Locator |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Locator | |
| Locator | |
| Locator | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | display |
| bool | is |
| bool | is |
| QString | name() const |
| QVariant | 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.