<?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 Re: GeocodeResult object doesnt return all available info in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1352455#M12332</link>
    <description>&lt;P&gt;i am adding a code snippet&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;            GeocodeParameters geocodeParams = new GeocodeParameters();
            geocodeParams.ResultAttributeNames.Add("*");&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 22 Nov 2023 11:14:11 GMT</pubDate>
    <dc:creator>SOTIRIOSTRIANTOS</dc:creator>
    <dc:date>2023-11-22T11:14:11Z</dc:date>
    <item>
      <title>GeocodeResult object doesnt return all available info</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1295426#M11883</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using ArcGIS runtime .net sdk. I 've created a locator task for offline geocoding. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I noticed that i cannot access all the fields in the returned result. i.e whilst in the poi locator i registered a phone number i cannot access that info through .net. When ArcGIS Pro i can see that info (zip, long label, city region etc). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to gain access to phone number field as an insurance policy that locator's score is valid. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there something that i am missing when creating the Locator task object or calling the geocoding method?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1295426#M11883</guid>
      <dc:creator>SOTIRIOSTRIANTOS</dc:creator>
      <dc:date>2023-06-02T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: GeocodeResult object doesnt return all available info</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1296735#M11896</link>
      <description>&lt;P&gt;Its possible you've encountered a bug. I would expect all the fields in the locator to be available.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The LocatorTask has a &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Tasks.Geocoding.LocatorInfo.html" target="_self"&gt;locatorInfo&lt;/A&gt; property that provides information about the locator. After the task is loaded, can you inspect the ResultAttributes to see if it includes the phone field? If it doesn't, that would explain why you aren't seeing it in the results.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What version of Pro was used to build the locator?&lt;BR /&gt;What version of the .net sdk are you using?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 15:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1296735#M11896</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2023-06-07T15:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: GeocodeResult object doesnt return all available info</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1297994#M11912</link>
      <description>&lt;P&gt;I am using ArcGIS Pro 3.1.2 and 200.1.0&amp;nbsp;&lt;SPAN&gt;.net sdk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when the locator task is loaded the following can be seen in the ResultAttributes&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SOTIRIOSTRIANTOS_0-1686572617024.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72861i989F20E5946DCF3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SOTIRIOSTRIANTOS_0-1686572617024.png" alt="SOTIRIOSTRIANTOS_0-1686572617024.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result only returns the following info&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SOTIRIOSTRIANTOS_2-1686572719008.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72863iFCC2EC5105F53CBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SOTIRIOSTRIANTOS_2-1686572719008.png" alt="SOTIRIOSTRIANTOS_2-1686572719008.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When using the locator through ArcGIS Pro i get all the available info. It appears that .net locator task returns only&amp;nbsp;&lt;SPAN&gt;PlaceName.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 12:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1297994#M11912</guid>
      <dc:creator>SOTIRIOSTRIANTOS</dc:creator>
      <dc:date>2023-06-12T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: GeocodeResult object doesnt return all available info</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1299853#M11925</link>
      <description>&lt;P&gt;Ah, you are probably missing setting the &lt;A href="https://developers.arcgis.com/net/api-reference/api/netfx/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Tasks.Geocoding.GeocodeParameters.ResultAttributeNames.html#Esri_ArcGISRuntime_Tasks_Geocoding_GeocodeParameters_ResultAttributeNames" target="_self"&gt;ResultAttributeNames&lt;/A&gt; property on the GeocodeParameters.&lt;/P&gt;&lt;P&gt;By default the locator task only returns a subset of the attributes in the result to be efficient.&lt;BR /&gt;But you can specify which attributes you want using that parameter&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 17:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1299853#M11925</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2023-06-15T17:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: GeocodeResult object doesnt return all available info</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1352455#M12332</link>
      <description>&lt;P&gt;i am adding a code snippet&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;            GeocodeParameters geocodeParams = new GeocodeParameters();
            geocodeParams.ResultAttributeNames.Add("*");&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Nov 2023 11:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/geocoderesult-object-doesnt-return-all-available/m-p/1352455#M12332</guid>
      <dc:creator>SOTIRIOSTRIANTOS</dc:creator>
      <dc:date>2023-11-22T11:14:11Z</dc:date>
    </item>
  </channel>
</rss>

