<?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: Using an external geocoder instead of ArcGIS World Geocoding Service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1022777#M71604</link>
    <description>&lt;P&gt;Be sure to set the includedefaultsources to false&lt;/P&gt;&lt;P&gt;var searchWidget = new Search({&lt;BR /&gt;view: view,&lt;BR /&gt;allPlaceholder: "Search by street address",&lt;BR /&gt;autoSelect: true,&lt;BR /&gt;suggestionsEnabled: true,&lt;BR /&gt;includeDefaultSources: false,&lt;BR /&gt;sources: [&lt;BR /&gt;{&lt;BR /&gt;locator: new Locator({&lt;BR /&gt;//url: "&lt;A href="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer" target="_blank" rel="noopener"&gt;https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer&lt;/A&gt;" //World GeocodeServer&lt;BR /&gt;url: "your GeocodeServer"&lt;BR /&gt;}),&lt;BR /&gt;name: "City Locator",&lt;BR /&gt;placeholder: "Street Address",&lt;BR /&gt;zoomScale: 1000&lt;BR /&gt;},&lt;BR /&gt;]&lt;BR /&gt;})&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2021 21:50:07 GMT</pubDate>
    <dc:creator>RyanBohan</dc:creator>
    <dc:date>2021-02-02T21:50:07Z</dc:date>
    <item>
      <title>Using an external geocoder instead of ArcGIS World Geocoding Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1016316#M71371</link>
      <description>&lt;P&gt;Is it possible to use the search widget with a different geocoder instead of the one suggested by Esri? I have an address search API, but I don't know whether is is supported?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 12:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1016316#M71371</guid>
      <dc:creator>AndresKasekamp</dc:creator>
      <dc:date>2021-01-13T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using an external geocoder instead of ArcGIS World Geocoding Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1016341#M71372</link>
      <description>&lt;P&gt;Yes. I think geocode services are configured like normal with the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchViewModel.html#sources" target="_self"&gt;sources property&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 14:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1016341#M71372</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-01-13T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using an external geocoder instead of ArcGIS World Geocoding Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1017099#M71385</link>
      <description>&lt;P&gt;Yes, the Search widget can work with the default Esri World Geocoder, with a layer, with&amp;nbsp;&lt;SPAN&gt;a geocode service resource exposed by the ArcGIS Server REST API, or a properly configured 3rd party search API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search widget with a custom source (open data address search API for France)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-customsource/index.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-customsource/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search widget with multiple&amp;nbsp;sources (2 layers and&amp;nbsp;Esri World Geocoder)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/index.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-search-multiplesource/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 22:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1017099#M71385</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2021-01-14T22:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using an external geocoder instead of ArcGIS World Geocoding Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1022777#M71604</link>
      <description>&lt;P&gt;Be sure to set the includedefaultsources to false&lt;/P&gt;&lt;P&gt;var searchWidget = new Search({&lt;BR /&gt;view: view,&lt;BR /&gt;allPlaceholder: "Search by street address",&lt;BR /&gt;autoSelect: true,&lt;BR /&gt;suggestionsEnabled: true,&lt;BR /&gt;includeDefaultSources: false,&lt;BR /&gt;sources: [&lt;BR /&gt;{&lt;BR /&gt;locator: new Locator({&lt;BR /&gt;//url: "&lt;A href="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer" target="_blank" rel="noopener"&gt;https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer&lt;/A&gt;" //World GeocodeServer&lt;BR /&gt;url: "your GeocodeServer"&lt;BR /&gt;}),&lt;BR /&gt;name: "City Locator",&lt;BR /&gt;placeholder: "Street Address",&lt;BR /&gt;zoomScale: 1000&lt;BR /&gt;},&lt;BR /&gt;]&lt;BR /&gt;})&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-an-external-geocoder-instead-of-arcgis-world/m-p/1022777#M71604</guid>
      <dc:creator>RyanBohan</dc:creator>
      <dc:date>2021-02-02T21:50:07Z</dc:date>
    </item>
  </channel>
</rss>

