<?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: Custom locator reverse geocoding - Unable to return street address in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1586512#M41672</link>
    <description>&lt;P&gt;Yes, I have multiple r&lt;SPAN&gt;eference data layers that require a PointAddress role, but the reference data can't be combined into a single dataset&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 18:19:29 GMT</pubDate>
    <dc:creator>ATFerguson</dc:creator>
    <dc:date>2025-02-18T18:19:29Z</dc:date>
    <item>
      <title>Custom locator reverse geocoding - Unable to return street address</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1583298#M41605</link>
      <description>&lt;P&gt;I am having a difficult time finding documentation regarding how to return street addresses from a Reverse Geocode request to my custom locator. I am only able to get a City &amp;amp; State in the REST response.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;(1) First, I'll visit my custom locator's findAddressCandidates operation, and I'll GET in an address that my locator can return, (i.e. "5905 Wilshire Blvd, 90036" - the LA County Museum of Art). A point candidate is returned with a score of 100 and coordinates of {"x": -118.357929, "y": 34.062822}. My custom locator uses GCS_WGS_1984, wkid 4326.&lt;/P&gt;&lt;P&gt;(2) Next, I visit my custom locator's reverseGeocode operation and in the location field, I GET a request with the location parameter set to {"x":-118.357929,"y":34.062822,"spatialReference":{"wkid":4326}}.&lt;/P&gt;&lt;P&gt;(3) The value that is returned from the REST call in JSON format is pasted below. The original address is not returned, only the city and state.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"address": {&lt;BR /&gt;"Match_addr": "Los Angeles, California",&lt;BR /&gt;"LongLabel": "Los Angeles, CA",&lt;BR /&gt;"ShortLabel": "Los Angeles",&lt;BR /&gt;"Addr_type": "Locality",&lt;BR /&gt;"Type": "City",&lt;BR /&gt;"PlaceName": "Los Angeles",&lt;BR /&gt;"AddNum": "",&lt;BR /&gt;"Address": "",&lt;BR /&gt;"Block": "",&lt;BR /&gt;"Sector": "",&lt;BR /&gt;"Neighborhood": "",&lt;BR /&gt;"District": "",&lt;BR /&gt;"City": "Los Angeles",&lt;BR /&gt;"MetroArea": "",&lt;BR /&gt;"Subregion": "",&lt;BR /&gt;"Region": "California",&lt;BR /&gt;"RegionAbbr": "CA",&lt;BR /&gt;"Territory": "",&lt;BR /&gt;"Postal": "",&lt;BR /&gt;"PostalExt": "",&lt;BR /&gt;"CntryName": "USA",&lt;BR /&gt;"CountryCode": ""&lt;BR /&gt;},&lt;BR /&gt;"location": {&lt;BR /&gt;"x": -118.357929,&lt;BR /&gt;"y": 34.062822,&lt;BR /&gt;"spatialReference": {&lt;BR /&gt;"wkid": 4326,&lt;BR /&gt;"latestWkid": 4326&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;As I mentioned, I have looked through the reverse geocoding documentation and I haven't been able to identify why my locator won't return street address, postcode, etc. Has anybody else experienced this?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1499"&gt;@ShanaBritt&lt;/a&gt;&amp;nbsp; do you have any input on how to configure the locator so that street address is returned from the reverse geocode operation? I am running ArcGIS Enterprise 11.3.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 20:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1583298#M41605</guid>
      <dc:creator>ATFerguson</dc:creator>
      <dc:date>2025-02-07T20:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom locator reverse geocoding - Unable to return street address</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1583659#M41620</link>
      <description>&lt;P&gt;Do you get the same result in ArcGIS Pro with the locator you created? Right-click in the map at the LACMA location and select "What's here?" and the pop-up will display the results.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/fundamentals-of-reverse-geocoding.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/fundamentals-of-reverse-geocoding.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-quality.htm#ESRI_SECTION1_0E0792AD6B0B4BB48195ED40DC7FF5D3" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-quality.htm#ESRI_SECTION1_0E0792AD6B0B4BB48195ED40DC7FF5D3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Which roles were used to create the custom locator?&lt;/P&gt;&lt;P&gt;What was the Addr_type value that was returned for the findAddressCandidates request for the LACMA address?&lt;/P&gt;&lt;P&gt;If the locator includes the StreetAddress role, you can specify 'Street Address' as the Feature Type parameter in your reverseGeocode REST request.&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/reverse-geocode/#choose-specific-output-features" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/reverse-geocode/#choose-specific-output-features&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 16:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1583659#M41620</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2025-02-10T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom locator reverse geocoding - Unable to return street address</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1584271#M41643</link>
      <description>&lt;P&gt;(1) "What's here" in ArcGIS Pro returns the address as expected (as a PointAddress), it also returns the LACMA record from my POI dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) The custom locator is a composite street address locator with StreetAddress, PointAddress, POI, and City (Locality) roles.&lt;/P&gt;&lt;P&gt;(3) FindAddressCandidates did not expclitly return an Addr_type, only XY coordinates and a score.&lt;/P&gt;&lt;P&gt;(4)&amp;nbsp; This is what I was looking for! I should have noted - I am still working with the ArcGIS API for Javascript 3.x and I'm using the retired Web Appbuilder. The WABs&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/locator-amd.html#locationtoaddress" target="_self"&gt;Locator class's&amp;nbsp;locationToAddress() method&lt;/A&gt;&amp;nbsp;does not accept a Feature Type parameter by default. I was able to define a "CustomLocator" class that includes a FeatureType in the reverseGeocode REST request and was able to filter out the "Locality" Addr_type that was being returned, and stick to "PointAddress" and "StreetAddress". I am in the process of migrating to ExB using the ArcGIS SDK for Javascript 4.30 and it appears that the Locator class's locationToAddress() method does, by default, take a Feature Type parameter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 22:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1584271#M41643</guid>
      <dc:creator>ATFerguson</dc:creator>
      <dc:date>2025-02-11T22:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom locator reverse geocoding - Unable to return street address</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1586427#M41670</link>
      <description>&lt;P&gt;Is there a reason why you are&amp;nbsp; using a composite locator instead of a multirole locator of the same roles (Street Address, Point Address, POI, and City)?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-multirole-locator.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-multirole-locator.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 16:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1586427#M41670</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2025-02-18T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom locator reverse geocoding - Unable to return street address</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1586512#M41672</link>
      <description>&lt;P&gt;Yes, I have multiple r&lt;SPAN&gt;eference data layers that require a PointAddress role, but the reference data can't be combined into a single dataset&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 18:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/custom-locator-reverse-geocoding-unable-to-return/m-p/1586512#M41672</guid>
      <dc:creator>ATFerguson</dc:creator>
      <dc:date>2025-02-18T18:19:29Z</dc:date>
    </item>
  </channel>
</rss>

