<?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: Current location position is not stable in Kotlin Maps SDK Questions</title>
    <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1636198#M580</link>
    <description>&lt;P data-unlink="true"&gt;We've made a sample demonstrating some other location data sources available to Android users here: &lt;A href="https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tree/main/samples/show-device-location-using-fused-location-data-source" target="_self"&gt;Show device location using fused location data source&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;A read through this &lt;A href="https://www.esri.com/arcgis-blog/products/sdk-kotlin/developers/the-science-of-where-i-am-displaying-device-location" target="_self"&gt;blog&lt;/A&gt; could also help with getting location more stable in your app.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 22:34:24 GMT</pubDate>
    <dc:creator>TrevorDraeseke</dc:creator>
    <dc:date>2025-07-24T22:34:24Z</dc:date>
    <item>
      <title>Current location position is not stable</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1582772#M549</link>
      <description>&lt;P class=""&gt;Hello!&lt;/P&gt;&lt;P&gt;We are using version &lt;STRONG&gt;200.6.0&lt;/STRONG&gt; of the SDK and have noticed an issue where the &lt;STRONG&gt;location position pointer is unstable&lt;/STRONG&gt;, constantly moving or jumping when the device remains in the same position. After debugging, we found that the &lt;STRONG&gt;accuracy is inconsistent&lt;/STRONG&gt; at times. However, this issue does not occur while navigating.&lt;BR /&gt;&lt;BR /&gt;Here, I've attached a video as a reference.&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6368383338112w268h540r413" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6368383338112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6368383338112w268h540r413');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6368383338112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Is this a known bug?&lt;BR /&gt;Is there a planned fix for future SDK versions?&lt;/P&gt;&lt;P&gt;To mitigate the problem, we had to implement a &lt;STRONG&gt;CustomLocationDataSource&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 17:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1582772#M549</guid>
      <dc:creator>NicoleLeiva</dc:creator>
      <dc:date>2025-02-06T17:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current location position is not stable</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1584212#M553</link>
      <description>&lt;P&gt;Could you help provide some more context to help us narrow down the cause of the issue:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You mentioned issue doesn't appear when navigating, what &lt;A title="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.location/-location-display-auto-pan-mode/index.html" href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.location/-location-display-auto-pan-mode/index.html" target="_blank" rel="noopener"&gt;Autopanmode&lt;/A&gt; does this behavior show up?&lt;/LI&gt;&lt;LI&gt;From the video shared, it seems like the location display momentarily loses accuracy, then starts to pan to an "approximate" location and gains back location accuracy again in 1-2 seconds. Does the blue dot location position only jump around when the &lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.location/-location/index.html" target="_blank" rel="noopener"&gt;Location&lt;/A&gt; accuracy measurements are unreliable?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Is this issue reproducible in one device type or any device? Similarly, is the issue reproducible in previous ArcGIS Maps SDK versions?&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here are some tips to help improve the location updates received by the GPS sensor:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Option 1:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If it becomes clear that your device’s GNSS measurements are consistently inaccurate (&amp;gt;20m), you could consider a few approaches to help improve location stability:&amp;nbsp;Set &lt;STRONG&gt;High-Accuracy Criteria&lt;/STRONG&gt;, you can configure high-accuracy&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.android.com/reference/kotlin/android/location/Criteria.html#accuracy_fine" target="_blank" rel="noopener nofollow noreferrer"&gt;criteria&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by creating an instance of Criteria and then passing it to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/kotlin/api-reference/arcgis-maps-kotlin/com.arcgismaps.location/-system-location-data-source/request-location-updates.html" target="_blank" rel="noopener nofollow noreferrer"&gt;requestLocationUpdates&lt;/A&gt;. This signals to Android that your app prefers the highest-accuracy sensors.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Option 2:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Enable “&lt;STRONG&gt;Force Full GNSS&lt;/STRONG&gt;” (Developer Options) You can enable developer options to “Force full GNSS measurements” (no duty cycling) to ensure the device uses maximum power and tracks all satellite constellations/frequencies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="force_gnss.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/125111i93C631E9B3E44371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="force_gnss.png" alt="force_gnss.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While testing accuracy logs, ensure&amp;nbsp;&lt;STRONG&gt;Improve Location Accuracy&amp;nbsp;&lt;/STRONG&gt;is enabled:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.google.com/android/answer/3467281?sjid=3193701763833639854-NC#location_accuracy" target="_blank" rel="noopener nofollow noreferrer"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please feel free to reach out if you need any further assistance or want help verifying the behavior. I'm curious to know if using&amp;nbsp;CustomLocationDataSource was helpful because of filtering out inaccurate location measurements, or if there was another solution that you found helpful!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 20:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1584212#M553</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2025-02-11T20:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current location position is not stable</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1618221#M572</link>
      <description>&lt;P&gt;This issue can be easily reproducible with setup of location display, attached the code as well, can be seen on device as well as emulator in android&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/kotlin/sample-code/show-device-location/" target="_blank"&gt;https://developers.arcgis.com/kotlin/sample-code/show-device-location/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 May 2025 18:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1618221#M572</guid>
      <dc:creator>imshivaprasad</dc:creator>
      <dc:date>2025-05-25T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Current location position is not stable</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1636198#M580</link>
      <description>&lt;P data-unlink="true"&gt;We've made a sample demonstrating some other location data sources available to Android users here: &lt;A href="https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tree/main/samples/show-device-location-using-fused-location-data-source" target="_self"&gt;Show device location using fused location data source&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;A read through this &lt;A href="https://www.esri.com/arcgis-blog/products/sdk-kotlin/developers/the-science-of-where-i-am-displaying-device-location" target="_self"&gt;blog&lt;/A&gt; could also help with getting location more stable in your app.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1636198#M580</guid>
      <dc:creator>TrevorDraeseke</dc:creator>
      <dc:date>2025-07-24T22:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Current location position is not stable</title>
      <link>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1661178#M619</link>
      <description>&lt;P&gt;Honestly,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/523112"&gt;@TrevorDraeseke&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476225"&gt;@Shubham_Sharma&lt;/a&gt;&amp;nbsp;, the default, built-in location display source should behave better than it does today. It should not be necessary to implement a custom source to just get something that behaves fairly well. As also seen in&amp;nbsp;&lt;A href="https://community.esri.com/t5/kotlin-maps-sdk-questions/locationdisplay-with-200-x-and-samsung-s24/m-p/1659534#M613" target="_blank"&gt;https://community.esri.com/t5/kotlin-maps-sdk-questions/locationdisplay-with-200-x-and-samsung-s24/m-p/1659534#M613&lt;/A&gt;&amp;nbsp;this is not the quality I would expect from the SDK so I hope some time will be spent to investigate this.&lt;BR /&gt;&lt;BR /&gt;It should be quite easy to replicate using your demo app&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tree/main/samples/show-device-location" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tree/main/samples/show-device-location&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 07:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/kotlin-maps-sdk-questions/current-location-position-is-not-stable/m-p/1661178#M619</guid>
      <dc:creator>EirikH</dc:creator>
      <dc:date>2025-10-28T07:19:58Z</dc:date>
    </item>
  </channel>
</rss>

