This is the complete list of members for LocatorTask, including inherited members.
- apiKey : string
 - credential : Credential [default]
 - error : Error
 - geocodeResults : list<GeocodeResult>
 - geocodeStatus : Enums.TaskStatus
 - loadError : Error
 - loadStatus : Enums.LoadStatus
 - locatorInfo : LocatorInfo
 - requestConfiguration : RequestConfiguration [default]
 - suggestions : SuggestListModel
 - url : url
 - apiKeyChanged()
 - void cancelLoad()
 - bool cancelTask(string taskId)
 - credentialChanged()
 - string geocode(string searchText)
 - geocodeStatusChanged()
 - string geocodeWithParameters(string searchText, GeocodeParameters parameters)
 - string geocodeWithSearchValues(jsobject searchValues)
 - string geocodeWithSearchValuesAndParameters(jsobject searchValues, GeocodeParameters parameters)
 - string geocodeWithSuggestResult(SuggestResult suggestResult)
 - string geocodeWithSuggestResultAndParameters(SuggestResult suggestResult, GeocodeParameters parameters)
 - void load()
 - loadErrorChanged()
 - loadStatusChanged()
 - locatorInfoChanged()
 - requestConfigurationChanged()
 - void retryLoad()
 - string reverseGeocode(Point location)
 - string reverseGeocodeWithParameters(Point location, ReverseGeocodeParameters parameters)
 - suggestionsChanged()
(obsolete) - urlChanged()
 
The following members are inherited from Object.
- error : Error
 - objectType : string
 - componentCompleted()
 - errorChanged()
 - objectChanged()
(obsolete)