<?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: POI suggestions when associated address entered in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137105#M50537</link>
    <description>&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;I would venture to say that in order for this to be possible, you would have to set up a point of interest layer for bot the address and the location you would like returned in your results.&amp;nbsp; Then use this to create a locator and then a service if so desired.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 21:13:49 GMT</pubDate>
    <dc:creator>ABishop</dc:creator>
    <dc:date>2022-01-25T21:13:49Z</dc:date>
    <item>
      <title>POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1135980#M50350</link>
      <description>&lt;P&gt;Is there a way to build a locator with &lt;STRONG&gt;Create Locator&lt;/STRONG&gt; to where a POI will also show as a&amp;nbsp;&lt;STRONG&gt;suggestion&lt;/STRONG&gt;&amp;nbsp;when the associated address is entered? For my specific need, this would be most useful via the &lt;EM&gt;GeocodeServer&lt;/EM&gt; REST endpoint.&lt;/P&gt;&lt;P&gt;Example : A user types in&amp;nbsp;&lt;STRONG&gt;123 MAIN ST&amp;nbsp;&lt;/STRONG&gt;the following suggestions would show if applicable:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;123 MAIN ST, City, Zip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;McDonald's, 123 MAIN ST, City, Zip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm not seeing this as a functionality with the World Geocoding service, so I'm guessing it is not possible, but wanted to check before I throw it up as an enhancement idea. The attached photos show a search for&amp;nbsp;&lt;EM&gt;The Empire State Building&lt;/EM&gt; and then for it's associated address and it does not show up.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 19:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1135980#M50350</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-01-21T19:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137105#M50537</link>
      <description>&lt;P&gt;Hello Scott,&lt;/P&gt;&lt;P&gt;I would venture to say that in order for this to be possible, you would have to set up a point of interest layer for bot the address and the location you would like returned in your results.&amp;nbsp; Then use this to create a locator and then a service if so desired.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 21:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137105#M50537</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2022-01-25T21:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137144#M50552</link>
      <description>&lt;P&gt;Thanks Amanda. I feel like I would lose things like&amp;nbsp;&lt;EM&gt;subaddress&lt;/EM&gt; functionality using addresses points outside of it's intended role. Having address data in both roles would also seem like it would pull in redundant results, but I'll try and give it a shot if I get a chance. I currently don't have address data separated out with the POI data, it just references a field with the Full Street Name, so that may be my a next step too.&lt;/P&gt;&lt;P&gt;However, not seeing it as a functionality in the ArcGIS World Geocoding Service suggestions makes me hesitant to think it is a functionality I'm going to be able to find some work-around to tease out. Google will show you an associated POI after you type an address and hit enter, but not as a suggestion while using the geocoding service. Bing was actually the only commercial geocoding service I've found to date that will show a POI as you're entering an address into the geocoding service.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 22:01:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137144#M50552</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-01-25T22:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137255#M50564</link>
      <description>&lt;P&gt;In one of my previous projects, we had a similar issue where the search would not work as we had expected. Unfortunately, due to time crunch we ended up using the Elastic Search which gave us much more desired results. You can read up on that if you wish.&lt;/P&gt;&lt;P&gt;While we were trying to resolve the issue at the time, we did learn that the World Geocode service is a Composite Address Locator service which is basically a combination of many Address locators at the backend.&lt;/P&gt;&lt;P&gt;Additionally, we did look up at quite a few options that ArcGIS provide that would surely enhance and enrich the user experience. Few of the parameters would include Address Locator Style, Reference tables &amp;amp; Alternate Tables, Match Score and Suggest.&lt;/P&gt;&lt;P&gt;In our case we were building a custom address locator and I would say we met up to 80% of the client requirement with just playing around with these options.&lt;/P&gt;&lt;P&gt;You may refer to the links below which might be helpful.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-performance.htm" target="_self"&gt;Tips for improving geocoding performance&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-improving-geocoding-quality.htm" target="_self"&gt;Tips for improving geocoding quality&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/additional-tuning-options.htm" target="_self"&gt;Additional tuning options&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tips-for-tuning-composite-locators.htm" target="_self"&gt;Composite locator tuning tips&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 26 Jan 2022 04:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137255#M50564</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2022-01-26T04:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137436#M50585</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/232906"&gt;@shan_sarkar&lt;/a&gt;&amp;nbsp;Thank you. I feel like I've been in and out of those links a million times for the past months, and will continue to do so &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Create Locator GP tool and locator output is easy to build, versatile in the use of roles, and overall I'm fairly happy with the output; but like you said, if often times only gets 80% of the way there or has competing configuration needs. I've been trying to configure some locators for Public Safety / CAD purposes, and it doesn't always meet the needs for such a high demand and stressful environment. In addition, there are too many black boxes, especially with suggestions, on how the locators are running behind the scenes, which often requires a lot of data manipulation and test building to figure out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It almost feels to me like ESRI locators were built with a more global scale in mind, where there is lots of data, potentially lots of duplicate attribute but spatially different data, and there is a need to streamline the underlying reference data. I think this approach may miss some of the nuances and configuration that may be needed on a more local level.&lt;/P&gt;&lt;P&gt;Unfortunately, I don't think switching products will be an option. There may be other build options, more work-around options, more "under the hood" options to look into, but that is all just adding more complexity into an already complex system that I'd like to avoid.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 16:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1137436#M50585</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-01-26T16:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1162766#M53851</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/232906"&gt;@shan_sarkar&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/486546"&gt;@ABishop&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I finally got around to doing a quick test today and I verified that you can tack the address of a POI onto the end of the name and it will show up as a &lt;STRONG&gt;suggestion&amp;nbsp;&lt;/STRONG&gt;when searching for the address. For example, the mapped &lt;STRONG&gt;&lt;EM&gt;Name&lt;/EM&gt; &lt;/STRONG&gt;field when building a locator with a &lt;STRONG&gt;POI&lt;/STRONG&gt; role (&lt;STRONG&gt;Create&lt;/STRONG&gt; &lt;STRONG&gt;Locator&lt;/STRONG&gt;) would look something like the following (Dash not needed):&lt;/P&gt;&lt;P&gt;Art Museum - 123 Main St, Milwaukee, WI, 53202&lt;BR /&gt;&lt;BR /&gt;The above would show up as a suggestion if 123 Main St is searched for. This muddies up the output fields and potentially presents issues with&amp;nbsp;&lt;STRONG&gt;Find&lt;/STRONG&gt;&lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;STRONG&gt;Candidate &lt;/STRONG&gt;results&amp;nbsp;but it is a version of a workaround.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 22:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1162766#M53851</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-04-08T22:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1213063#M59887</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/503498"&gt;@ScottFedak2085&lt;/a&gt;&amp;nbsp;The following help topic section describes the POI role and gives illustrations of the types of searches that are supported and what the result would look like in ArcGIS Pro, &lt;A href="https://pro.arcgis.com/en/pro-app/2.9/help/data/geocoding/introduction-to-locator-roles.htm#ESRI_SECTION1_CE2B24E7AC144C71B645937363ECBCE5" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/2.9/help/data/geocoding/introduction-to-locator-roles.htm#ESRI_SECTION1_CE2B24E7AC144C71B645937363ECBCE5&lt;/A&gt;. More details about POI searches using REST can be found below. I would say that using the REST endpoint is for development and testing purposes and when using it you should include the location parameter as part of the requests since there is not map that location can be determined from like in ArcGIS Pro or the Map Viewer.&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_8A422A5AB4674781BC635240F31284C4" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_8A422A5AB4674781BC635240F31284C4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_BE28ABC689464CF48249CF272DFED59C" target="_blank" rel="noopener"&gt; Search for POIs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_BE28ABC689464CF48249CF272DFED59C" target="_blank" rel="noopener"&gt;Search using proximity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/find-address-candidates.htm#ESRI_SECTION1_B6719624EF194A1C83C11502281F4555" target="_blank" rel="noopener"&gt;Category filtering&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_824C2C37C4AB4F63ABD67AE3E973FE31" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_824C2C37C4AB4F63ABD67AE3E973FE31&lt;/A&gt;&amp;nbsp;(see example 'Get suggestions using location' and 'Use proximity with suggestions' section)&lt;/P&gt;&lt;P&gt;- If you have included your own categories for the POIs you can search based on the category,&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_F6AA0E35A2E94DC197D7FCFB0D804022" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/suggest.htm#ESRI_SECTION2_F6AA0E35A2E94DC197D7FCFB0D804022&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 17:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1213063#M59887</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2022-09-15T17:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1214257#M60023</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1499"&gt;@ShanaBritt&lt;/a&gt;!! I scanned through those links and will look at them in more detail when I get a chance. Hopefully I can uncover a better workaround for getting POI's to show when it's associated address is entered.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 16:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1214257#M60023</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2022-09-20T16:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1214286#M60028</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/503498"&gt;@ScottFedak2085&lt;/a&gt;&amp;nbsp;The information that I provided shows what is supported for POI roles and unfortunately, searching for only the address of the POI will not return the POI name for a locator created with the Create Locator tool or the ArcGIS World Geocoding Service.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 17:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1214286#M60028</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2022-09-20T17:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1318732#M72097</link>
      <description>&lt;P&gt;Have there been any enhancements made over the last year that now allow this as a possibility?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 15:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1318732#M72097</guid>
      <dc:creator>JanayeAlbright</dc:creator>
      <dc:date>2023-08-15T15:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1645920#M98565</link>
      <description>&lt;P&gt;Hi, guys, I am 3 year late in 2025.&amp;nbsp; &amp;nbsp;here is my solution to fix it.&amp;nbsp; Just share with your guys to confirm it works perfect.&amp;nbsp; click here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://transparentgov.net/cleargov1/1876/search-address-not-show-all-poi-911-poi" href="https://transparentgov.net/cleargov1/1876/search-address-not-show-all-poi-911-poi" target="_self"&gt;https://transparentgov.net/cleargov1/1876/search-address-not-show-all-poi-911-poi&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 00:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1645920#M98565</guid>
      <dc:creator>hoogw</dc:creator>
      <dc:date>2025-08-27T00:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1651351#M99019</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/503498"&gt;@ScottFedak2085&lt;/a&gt;&amp;nbsp;Would the Search Within functionality described in the following blog meet your needs? The results are not suggestions, but candidates&amp;nbsp; like POIs near an address or at the same location like a shopping plaza or business park. &lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/search-within-and-uncover-more-matches" target="_blank"&gt;Search Within and Uncover More Matches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 06:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1651351#M99019</guid>
      <dc:creator>ShanaBritt</dc:creator>
      <dc:date>2025-09-18T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: POI suggestions when associated address entered</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1651737#M99064</link>
      <description>&lt;P&gt;I didn’t test anything, but based on the description in the link you provided, I’d say no. The new functionality is interesting, but what I’m looking for is a way to have a POI role linked to the address-point role. This would also Ideally happen at the suggestion level, since many users want situational-awareness details immediately, without extra steps after pressing Enter.&lt;/P&gt;&lt;P&gt;Locators and geocoding services currently offer a sub-address summary associated with a base address, and what I originally suggested would follow a similar pattern. For example, if someone enters&lt;BR /&gt;&lt;STRONG&gt;1234 N MAIN ST&lt;/STRONG&gt;, the suggestions might include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;1234 N MAIN ST [100-400]&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;McDonald’s, 1234 N MAIN ST&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;1234 N MARKET ST (or other fuzzy-search matches)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This approach would provide both sub-address options and relevant POI information right in the suggestion list.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 11:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/poi-suggestions-when-associated-address-entered/m-p/1651737#M99064</guid>
      <dc:creator>ScottFedak2085</dc:creator>
      <dc:date>2025-09-19T11:25:53Z</dc:date>
    </item>
  </channel>
</rss>

