LocatorAttribute QML Type
Information about a Locator's attributes. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- displayName : string
- name : string
- required : bool
- type : Enums.LocatorAttributeType
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
displayName : string |
Returns the display name of the attribute (read-only).
name : string |
Returns the name of the attribute (read-only).
required : bool |
Returns whether the attribute is a required field (read-only).
type : Enums.LocatorAttributeType |
Returns the type of the attribute (read-only).
See also Enums.LocatorAttributeType.