<?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: Question in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273709#M25225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could probably use the JavaScript console in Chrome (f12) or just put this code in: It will alert each key and the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for (var key in &lt;SPAN class="pln" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #000000;"&gt;evt&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #666600;"&gt;.result&lt;/SPAN&gt;){&lt;/P&gt;&lt;P&gt;&amp;nbsp; alert(key+": "+evt.result[key]);}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 21:35:59 GMT</pubDate>
    <dc:creator>PaulCrickard1</dc:creator>
    <dc:date>2014-11-19T21:35:59Z</dc:date>
    <item>
      <title>Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273708#M25224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the code &lt;A href="https://developers.arcgis.com/javascript/jshelp/tutorial_geocoder.html" title="https://developers.arcgis.com/javascript/jshelp/tutorial_geocoder.html"&gt;Geocoder widget | Guide | ArcGIS API for JavaScript&lt;/A&gt; there are two points to explain:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;query&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #999999;"&gt;".spotlight"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;addClass&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="color: #999999;"&gt;"spotlight-active"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;style&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; max &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #999999;"&gt;"px"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; max &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="color: #999999;"&gt;"px"&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; margin&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;Does this code add an extra element (the .spotlight element) and ads the spotlight-class to it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;There is already a class with the name .spotlight.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;On evt&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;result&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;feature&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;geometry (actually I&amp;nbsp; want to see all the objects the event handler pass as argument). Where are all these properties?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273708#M25224</guid>
      <dc:creator>MilerDouglas</dc:creator>
      <dc:date>2014-11-19T21:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273709#M25225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could probably use the JavaScript console in Chrome (f12) or just put this code in: It will alert each key and the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for (var key in &lt;SPAN class="pln" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #000000;"&gt;evt&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #666600;"&gt;.result&lt;/SPAN&gt;){&lt;/P&gt;&lt;P&gt;&amp;nbsp; alert(key+": "+evt.result[key]);}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273709#M25225</guid>
      <dc:creator>PaulCrickard1</dc:creator>
      <dc:date>2014-11-19T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273710#M25226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it returns [object], which it should on evt.result['feature'], then just change the code to evt.result.feature and then it will return the keys for that object (geometry being one).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273710#M25226</guid>
      <dc:creator>PaulCrickard1</dc:creator>
      <dc:date>2014-11-19T21:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273711#M25227</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#select"&gt;select&lt;/A&gt; event returns a result object with the following properties: extent, feature and name. View the API reference for &lt;A href="https://developers.arcgis.com/javascript/jsapi/extent-amd.html"&gt;extent&lt;/A&gt; and &lt;A href="http://https//developers.arcgis.com/javascript/jsapi/graphic-amd.html"&gt;feature&lt;/A&gt; to see the available properties. Name is just a string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code below uses &lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojo/query.html"&gt;dojo/query&lt;/A&gt; to look for an element with a class named spotlight assigned. When it finds this element it adds an additional class called spotlight-active. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;query&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #999999;"&gt;".spotlight"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;addClass&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #999999;"&gt;"spotlight-active"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;style&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt; max &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #999999;"&gt;"px"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt; max &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #999999;"&gt;"px"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt; margin&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN class="pun" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #666600;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 23:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273711#M25227</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-11-19T23:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273712#M25228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to ask some more things:&lt;/P&gt;&lt;P&gt;1) Is there any way to check if someone has pick an address only from a specified country or to check if someone&lt;/P&gt;&lt;P&gt;has pick a real address from a map?&lt;/P&gt;&lt;P&gt;2) How display only a map from only a specified country?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help m(For e to start over the api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance geocoder doesn't display all the addresses from Greece.&lt;/P&gt;&lt;P&gt;So I want someone dbl click and pick an address from the map.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; want to check if this address is from Greece.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 19:26:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/question/m-p/273712#M25228</guid>
      <dc:creator>MilerDouglas</dc:creator>
      <dc:date>2014-11-20T19:26:12Z</dc:date>
    </item>
  </channel>
</rss>

