<?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: Best way to figure out when user stops panning in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24548#M155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use a Handler.&amp;nbsp; Post a Runnable with a delay whenever the OnPanListener fires.&amp;nbsp; If the listener fires again before the task runs, cancel the task and post it again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 09:04:47 GMT</pubDate>
    <dc:creator>KevinKrumwiede</dc:creator>
    <dc:date>2014-05-28T09:04:47Z</dc:date>
    <item>
      <title>Best way to figure out when user stops panning</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24545#M152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I looking for a way to know when the user has stopping panning so I can get the center point of the map and figure out the closest address to that point.&amp;nbsp; I know how to get the address but I don't want the app try and fire off a request every time the onPanListener fires.&amp;nbsp; Only when it stops firing.&amp;nbsp; If anyone has a solution I would love to see how you implemented the solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 16:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24545#M152</guid>
      <dc:creator>JosephDwyer</dc:creator>
      <dc:date>2014-05-14T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to figure out when user stops panning</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24546#M153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the OnPanListener, the postPointerUp function is fired when the user lists his finger from the screen after panning. Unfortunately, if the user flicks the screen, there's no way to tell where the map eventually lands (that I've found).&amp;nbsp; The best I could do was to set a location check on a timer to periodically check if the map center had changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 02:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24546#M153</guid>
      <dc:creator>MichaelBucari-Tovo</dc:creator>
      <dc:date>2014-05-22T02:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to figure out when user stops panning</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24547#M154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Possibly the reply I posted to this other thread may help with these questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/110326-onPanListener-issues-after-sdk-update-from-10.1.1-to-10.2.3?p=390710&amp;amp;posted=1#post390710"&gt;http://forums.arcgis.com/threads/110326-onPanListener-issues-after-sdk-update-from-10.1.1-to-10.2.3?p=390710&amp;amp;posted=1#post390710&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 09:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24547#M154</guid>
      <dc:creator>ShellyGill1</dc:creator>
      <dc:date>2014-05-22T09:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to figure out when user stops panning</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24548#M155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use a Handler.&amp;nbsp; Post a Runnable with a delay whenever the OnPanListener fires.&amp;nbsp; If the listener fires again before the task runs, cancel the task and post it again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 09:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24548#M155</guid>
      <dc:creator>KevinKrumwiede</dc:creator>
      <dc:date>2014-05-28T09:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to figure out when user stops panning</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24549#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try to override the onFling in your MapOnTouchListener. You can't just cancel it, because it would not refresh the map view, but you can call it with the following parameters: return super.onFling(to, to, 0, 0). This should disable the fling.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 06:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/best-way-to-figure-out-when-user-stops-panning/m-p/24549#M156</guid>
      <dc:creator>RudolfKopriva1</dc:creator>
      <dc:date>2014-06-05T06:34:32Z</dc:date>
    </item>
  </channel>
</rss>

