<?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: Reverse Geocoding Not Behaving As Expected In 200.6/ArcGIS Pro 3.4 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/reverse-geocoding-not-behaving-as-expected-in-200/m-p/1642045#M13631</link>
    <description>&lt;P&gt;I'm curious: Does it work if you instead of using *, add all the missing field names to the list? I'm curious if it's a bug wrt using *, or if the data just isn't being made available for whatever reason.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 16:39:28 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2025-08-14T16:39:28Z</dc:date>
    <item>
      <title>Reverse Geocoding Not Behaving As Expected In 200.6/ArcGIS Pro 3.4</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/reverse-geocoding-not-behaving-as-expected-in-200/m-p/1639263#M13625</link>
      <description>&lt;P&gt;I have an app using .NET Runtime SDK 200.6 for WPF and a MobileMapPackage with a locator created using ArcGIS Pro 3.4.&amp;nbsp; When I do a reverse geocode on an address point, I'm no longer getting the individual location elements (StPreDir, StName, etc) despite using the following code.&lt;/P&gt;&lt;PRE&gt;var userLocation = MainMap.APSSMapView.ScreenToLocation(e.Position);
ReverseGeocodeParameters p = new ReverseGeocodeParameters();
p.ResultAttributeNames.Add("*");
p.OutputSpatialReference = MainMap.APSSMapView.SpatialReference;
var closest = await MainMap.BaseMap.LocatorTask?.ReverseGeocodeAsync(
    userLocation, p);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I only get the following attributes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KyleGruber_0-1754408978021.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137868iEFE3BAC14FF591D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KyleGruber_0-1754408978021.png" alt="KyleGruber_0-1754408978021.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically, this is something that ResultAttributeNames.Add("*") has fixed.&amp;nbsp; Anyone have any ideas?&lt;/P&gt;&lt;P&gt;Here is what the same locator result looks like in ArcGIS Pro, which is what I'm expecting:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KyleGruber_0-1754409260309.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/137869i5CE7D15AA95AC3FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KyleGruber_0-1754409260309.png" alt="KyleGruber_0-1754409260309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 15:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/reverse-geocoding-not-behaving-as-expected-in-200/m-p/1639263#M13625</guid>
      <dc:creator>KyleGruber</dc:creator>
      <dc:date>2025-08-05T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Geocoding Not Behaving As Expected In 200.6/ArcGIS Pro 3.4</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/reverse-geocoding-not-behaving-as-expected-in-200/m-p/1642045#M13631</link>
      <description>&lt;P&gt;I'm curious: Does it work if you instead of using *, add all the missing field names to the list? I'm curious if it's a bug wrt using *, or if the data just isn't being made available for whatever reason.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 16:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/reverse-geocoding-not-behaving-as-expected-in-200/m-p/1642045#M13631</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-08-14T16:39:28Z</dc:date>
    </item>
  </channel>
</rss>

