<?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: How to add a locator via sdk ? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875660#M5404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I noticed is when I hover over the connection at the end there is an extra '/' so instead of saying /{locatorName}.GeocodeServer it says /{locaterName}.GeocodeServer/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2019 21:52:06 GMT</pubDate>
    <dc:creator>JamalWest2</dc:creator>
    <dc:date>2019-06-19T21:52:06Z</dc:date>
    <item>
      <title>How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875650#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to add a locator from a server (ie a geocoding service).&lt;/P&gt;&lt;P&gt;The purpose is to give our users our own locators, when a project is opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 15:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875650#M5394</guid>
      <dc:creator>servicesigu</dc:creator>
      <dc:date>2018-11-08T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875651#M5395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have this functionality by adding the geocoding services as Utility Services in ArcGIS Enterprise.&amp;nbsp; This must be done by the administrator but once it is done, all users will see these locators loaded by default when signed in.&amp;nbsp; More about this can be found here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-services.htm#ESRI_SECTION2_05FEF01AA0964C949177D248F9B783A1" title="http://enterprise.arcgis.com/en/portal/latest/administer/windows/configure-services.htm#ESRI_SECTION2_05FEF01AA0964C949177D248F9B783A1"&gt;Configure utility services—Portal for ArcGIS (10.6) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 22:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875651#M5395</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2018-11-08T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875652#M5396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way to do this outside of Portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875652#M5396</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T18:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875653#M5397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the LocatorManager class available from the active map view.&amp;nbsp; &amp;nbsp;It allows you to add locators&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic18887.html"&gt;https://pro.arcgis.com/en/pro-app/sdk/api-reference/index.html#topic18887.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example snippet&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;internal async Task&amp;lt;bool&amp;gt; AddLocator()&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ArcGIS.Desktop.Mapping.Geocoding.LocatorProvider lp = await&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MapView.Active.LocatorManager.AddLocatorAsync("D:\\Data\\Geocode\\ACT.loc");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; //ArcGIS.Desktop.Mapping.Geocoding.LocatorProvider lp = await&amp;nbsp;MapView.Active.LocatorManager.AddLocatorAsync(@"https://xxx/server/rest/services/yyy/GeocodeServer");&lt;BR /&gt; return true;&lt;BR /&gt; }&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875653#M5397</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2019-06-19T18:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875654#M5398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to do this. I am attempting to use a locator service. When I add it to the project I can see it added but it is greyed out and unusable. The only thing I can do with it is remove it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:06:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875654#M5398</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875655#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any suggestions or ideas as to why this maybe. I'm not getting any errors anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:10:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875655#M5399</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875656#M5400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of locator are you adding to Pro?&amp;nbsp; Can you do it via Pro without error?&amp;nbsp; When you open the Locate Pane, click on the settings tab and hover over the locator does it give you any type of warning or error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875656#M5400</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T21:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875657#M5401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a Locator Service published to ArcServer 10.6.1. Yes I can add it to the project and LOcators manually. I can aadd it both direct from server connection and a server connection file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:17:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875657#M5401</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875658#M5402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What path is showing in Pro when you hover over the locator in the Locators folder in the Catalog Pane?&amp;nbsp; Are you using the same path when you are adding it via the SDK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, when I add a locator via the Server connection:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/450867_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I see a path like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\path\arcgis on servermachine_6080\name_of_locator.GeocodeServer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this how you are entering the path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875658#M5402</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T21:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875659#M5403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes only no 6080, we are using a webAdaptor. That is the syntax being used. C:\{path}\arcgis on {serverpath}\Locators(Folder)\{LocatorName}.GeocodeServer. I verified the path and connection work by adding it&amp;nbsp;manually(using Add Locator)&amp;nbsp;in ArcGIS pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875659#M5403</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875660#M5404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I noticed is when I hover over the connection at the end there is an extra '/' so instead of saying /{locatorName}.GeocodeServer it says /{locaterName}.GeocodeServer/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875660#M5404</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875661#M5405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way you describe it looks correct.&amp;nbsp; You are going to want the path to be exactly how it is when you add the locator via Pro.&amp;nbsp; Just hover over the locator in the Locators folder and you will get the full path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have issues, I would say it might be time to get technical support involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:52:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875661#M5405</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T21:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875662#M5406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see the extra "/" on my end.&amp;nbsp; What version of Pro are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875662#M5406</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T21:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875663#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it seems to be adding it, but it is just greyed out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875663#M5407</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T21:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875664#M5408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;When you open the Locate Pane, click on the settings tab and hover over the locator does it give you any type of warning or error?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Brad&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:56:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875664#M5408</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T21:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875665#M5409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Version 2.3.3. When I open the Locators menu it if I click the locator it has a red ! next to the Locator I'm attempting to add. Also the folder name isn't there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/450887_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/450888_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 22:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875665#M5409</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-19T22:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875666#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you hover over the locator in the settings tab do you get a popup tool-tip with the error message?&amp;nbsp; If so, what is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/450896_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 23:21:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875666#M5410</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2019-06-19T23:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875667#M5411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get "Locator is not available on the current portal."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875667#M5411</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-20T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875668#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, after further investigation, we've found that the LocatorManager class currently only supports local locators and locators shared to Portal.&amp;nbsp; It does not support locator services.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for finding this issue.&amp;nbsp;&amp;nbsp;We will add support for locator services to&amp;nbsp;the 2.5 version of the API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875668#M5412</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2019-06-20T21:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a locator via sdk ?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875669#M5413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I replied to this earlier. Welp it looks like there is not support for a locator service at this time. Thanks for your help though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 21:45:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-add-a-locator-via-sdk/m-p/875669#M5413</guid>
      <dc:creator>JamalWest2</dc:creator>
      <dc:date>2019-06-20T21:45:48Z</dc:date>
    </item>
  </channel>
</rss>

