<?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 Location widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860581#M11777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking for a widget that highlights the closest feature to where I am. &amp;nbsp;Is there one ?&lt;/P&gt;&lt;P&gt;I checked out eLocate &amp;nbsp;widget and look like it doesn't have that feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 15:26:17 GMT</pubDate>
    <dc:creator>helenchu</dc:creator>
    <dc:date>2016-08-29T15:26:17Z</dc:date>
    <item>
      <title>Location widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860581#M11777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking for a widget that highlights the closest feature to where I am. &amp;nbsp;Is there one ?&lt;/P&gt;&lt;P&gt;I checked out eLocate &amp;nbsp;widget and look like it doesn't have that feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860581#M11777</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-08-29T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Location widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860582#M11778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is exactly what the OTB Near Me widget does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860582#M11778</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-29T15:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Location widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860583#M11779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;I didn't see that feature with Near Me widget. &amp;nbsp;All I see is an address search option. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw&amp;nbsp;a request for enhancement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;* Allow user to use current detected location (if available) rather than searching an address or dropping a pin on the map Description of Enhancement: Provide an option to use the 'current detected".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Am I missing anything ? &amp;nbsp;Is the "detected location" already there and I just didn't configure the widget right ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860583#M11779</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-08-29T15:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Location widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860584#M11780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;No you are correct there is nothing out there that will take your GPS location and show you POIs near by. But a developer could tie the my Location widget to to the Near Me widget using a reverse geocode of the myLocation point to get an address to plug into the Near Me search dijit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 16:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860584#M11780</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-29T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Location widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860585#M11781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 16:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/location-widget/m-p/860585#M11781</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-08-29T16:26:56Z</dc:date>
    </item>
  </channel>
</rss>

