<?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: Streets intersection finder in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469774#M43536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this &lt;A href="https://developers.arcgis.com/javascript/jsapi/locator.html" title="https://developers.arcgis.com/javascript/jsapi/locator.html"&gt;Locator | API Reference | ArcGIS API for JavaScript&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;The list of fields included in the returned result set. This list is a comma delimited list of field names. If you specify the shape field in the list of return fields, it is ignored. For non-intersection addresses you can specify the candidate fields as defined in the geocode service. &lt;STRONG&gt;For intersection addresses you can specify the intersection candidate fields&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 16:40:53 GMT</pubDate>
    <dc:creator>Venkata_RaoTammineni</dc:creator>
    <dc:date>2015-01-12T16:40:53Z</dc:date>
    <item>
      <title>Streets intersection finder</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469773#M43535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a streets intersection finder (geocoder) as in google map in the 3.12 API?&lt;/P&gt;&lt;P&gt;I am looking for something similar as on google map where the user types in two streets names and locate the intersection point:&lt;/P&gt;&lt;P&gt;ex: n high st and hudson st,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="streets intersection.PNG" class="jive-image image-1" src="/legacyfs/online/49691_streets intersection.PNG" style="width: 620px; height: 346px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jan 2015 19:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469773#M43535</guid>
      <dc:creator>RichardMoussopo</dc:creator>
      <dc:date>2015-01-10T19:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streets intersection finder</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469774#M43536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this &lt;A href="https://developers.arcgis.com/javascript/jsapi/locator.html" title="https://developers.arcgis.com/javascript/jsapi/locator.html"&gt;Locator | API Reference | ArcGIS API for JavaScript&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;The list of fields included in the returned result set. This list is a comma delimited list of field names. If you specify the shape field in the list of return fields, it is ignored. For non-intersection addresses you can specify the candidate fields as defined in the geocode service. &lt;STRONG&gt;For intersection addresses you can specify the intersection candidate fields&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469774#M43536</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2015-01-12T16:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Streets intersection finder</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469775#M43537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's better to post the AMD link &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/locator-amd.html" title="https://developers.arcgis.com/javascript/jsapi/locator-amd.html"&gt;Locator | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469775#M43537</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-01-12T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Streets intersection finder</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469776#M43538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;A href="https://developers.arcgis.com/javascript/jsapi/geocoder-amd.html"&gt;Geocoder dijit&lt;/A&gt; will do this. You separate the street names with an ampersand (&amp;amp;) character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 23:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/streets-intersection-finder/m-p/469776#M43538</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2015-01-13T23:26:21Z</dc:date>
    </item>
  </channel>
</rss>

