<?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: mobile popups &amp;amp; geolocation in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216750#M20108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can display the popup without user interaction using map.infoWindow.show. Here's a short snippet that displays address information in a popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geom = candidate.location;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.setTitle("Location");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.setContent(candidate.address);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.show(geom);.


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:36:25 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2021-12-11T10:36:25Z</dc:date>
    <item>
      <title>mobile popups &amp;amp; geolocation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216749#M20107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, it is necessary to click/touch/dip onto the map for displaying popups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to open popups automatically (eg. on mobile devices) at the current geolocation of a web map from ArcGIS.com. Therefore no extra click/touch onto the map is required for information. Does anyone have ideas for me to do this with the mobile popups of Vers. 2.4 (esri.dijit.PopupMobile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ColT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 19:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216749#M20107</guid>
      <dc:creator>ThomasEbert</dc:creator>
      <dc:date>2011-08-09T19:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: mobile popups &amp; geolocation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216750#M20108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can display the popup without user interaction using map.infoWindow.show. Here's a short snippet that displays address information in a popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geom = candidate.location;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.setTitle("Location");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.setContent(candidate.address);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.infoWindow.show(geom);.


&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216750#M20108</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: mobile popups &amp; geolocation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216751#M20109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Kelly. This works for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my next step I would like to show query results of several feature layers in my popup window (without a dip/touch) at my current geolocation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for ideas to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ColT&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 10:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216751#M20109</guid>
      <dc:creator>ThomasEbert</dc:creator>
      <dc:date>2011-08-11T10:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: mobile popups &amp; geolocation</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216752#M20110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The following sample shows how to populate a popup window with the results of an identify. You could modify this code to display the results of a query task instead. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_popup.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/find_popup.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to display the results of multiple query task take a look at this forum discussion regarding using dojo Deferred and DeferredLists. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/32931-How-to-use-dojo.Deferred-dojo.DeferredList-and-.then?highlight=deferredList"&gt;http://forums.arcgis.com/threads/32931-How-to-use-dojo.Deferred-dojo.DeferredList-and-.then?highlight=deferredList&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 15:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/mobile-popups-amp-amp-geolocation/m-p/216752#M20110</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-08-11T15:15:00Z</dc:date>
    </item>
  </channel>
</rss>

