<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Find address api is not returning proper result in iOS in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-address-api-is-not-returning-proper-result-in/m-p/1177456#M7386</link>
    <description>&lt;P&gt;I am implementing address search api in iOS application using the following reference link:&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/swift/sample-code/find-address/" target="_blank"&gt;https://developers.arcgis.com/ios/swift/sample-code/find-address/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My relevant code is,&lt;/P&gt;&lt;LI-CODE lang="swift"&gt;private let locatorTask = AGSLocatorTask(url: URL(string: "https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer")!)

let geocodeParameters = AGSGeocodeParameters() 
geocodeParameters.resultAttributeNames.append(contentsOf: ["*"]) 
geocodeParameters.countryCode = "NZL"
geocodeParameters.minScore = 75 // Perform geocode with input text. 
self.locatorTask.geocode(withSearchText: text, parameters: geocodeParameters) { [weak self] (results: [AGSGeocodeResult]?, error: Error?) in guard let self = self else { return }

}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am restricting my search country to "NZL". For a specific address search, it is not returning any result. (Eg: Mears Rd). But it is working if I enter the full address. For a few addresses, it is working fine (Eg: Kotare Rd). I have attached a screenshot for reference. Can anyone help me to make it work?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 07:31:55 GMT</pubDate>
    <dc:creator>Tarak-Kar</dc:creator>
    <dc:date>2022-05-26T07:31:55Z</dc:date>
    <item>
      <title>Find address api is not returning proper result in iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-address-api-is-not-returning-proper-result-in/m-p/1177456#M7386</link>
      <description>&lt;P&gt;I am implementing address search api in iOS application using the following reference link:&amp;nbsp;&lt;A href="https://developers.arcgis.com/ios/swift/sample-code/find-address/" target="_blank"&gt;https://developers.arcgis.com/ios/swift/sample-code/find-address/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My relevant code is,&lt;/P&gt;&lt;LI-CODE lang="swift"&gt;private let locatorTask = AGSLocatorTask(url: URL(string: "https://geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer")!)

let geocodeParameters = AGSGeocodeParameters() 
geocodeParameters.resultAttributeNames.append(contentsOf: ["*"]) 
geocodeParameters.countryCode = "NZL"
geocodeParameters.minScore = 75 // Perform geocode with input text. 
self.locatorTask.geocode(withSearchText: text, parameters: geocodeParameters) { [weak self] (results: [AGSGeocodeResult]?, error: Error?) in guard let self = self else { return }

}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am restricting my search country to "NZL". For a specific address search, it is not returning any result. (Eg: Mears Rd). But it is working if I enter the full address. For a few addresses, it is working fine (Eg: Kotare Rd). I have attached a screenshot for reference. Can anyone help me to make it work?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/find-address-api-is-not-returning-proper-result-in/m-p/1177456#M7386</guid>
      <dc:creator>Tarak-Kar</dc:creator>
      <dc:date>2022-05-26T07:31:55Z</dc:date>
    </item>
  </channel>
</rss>

