LocatorAttribute QML Type
Information about a Locator's attributes. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- LocatorAttribute is part of QML Type List.
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
[read-only] displayName : string |
Returns the display name of the attribute (read-only).
[read-only] name : string |
Returns the name of the attribute (read-only).
[read-only] required : bool |
Returns whether the attribute is a required field (read-only).
[read-only] type : Enums.LocatorAttributeType |
Returns the type of the attribute (read-only).
See also Enums.LocatorAttributeType.