<?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: LocationDataSource Update. in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314252#M12008</link>
    <description>&lt;P&gt;No there's no setting for turning this off.&lt;/P&gt;&lt;P&gt;While it might appear that the dot is always up to a second behind, in real world navigation with natural acceleration and deceleration, the experience is a lot better than a "jumping" symbol, but in local simulated testing, it might feel like it's more off than it should be.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 19:01:23 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2023-08-01T19:01:23Z</dc:date>
    <item>
      <title>LocationDataSource Update.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1313780#M11999</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to track down some help on my Location Data Source. I have this event I call the UpdateLocation Method and the LocationSymbol does update on my MapView when enabled. The issue comes though when I pause the data generator (lat long heading) the symbol continues to move for about 1ish seconds. Is something limiting the rate at which I can update this position? It seems as if the "live data" gets to far ahead of the actual symbol position so when data is paused it finishes moving along the path as it clears the buffer for a lack of a better word.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;private void OnTimeTick_Changed(object sender, PropertyChangedEventArgs e)
        {
            if (e.PropertyName == nameof(EZA.TimeRunning))
            {
                
                UpdateLocation(new Location(new MapPoint(EZA.Long, EZA.Lat, SpatialReferences.Wgs84), 0, EZA.GroundSpeed, EZA.Heading, false));
                
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 19:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1313780#M11999</guid>
      <dc:creator>ZachRuiz</dc:creator>
      <dc:date>2023-07-31T19:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: LocationDataSource Update.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1313887#M12000</link>
      <description>&lt;P&gt;The 1 second is expected. When the MapView receives the location update, it'll animate the location update from the old position to the newly reported location. That animation is about 1 second.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 23:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1313887#M12000</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-07-31T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: LocationDataSource Update.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314158#M12006</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp; Thanks for letting me know. Can I disable the animations? I had a look at the API and was unable to see any mentions of this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 17:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314158#M12006</guid>
      <dc:creator>ZachRuiz</dc:creator>
      <dc:date>2023-08-01T17:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: LocationDataSource Update.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314252#M12008</link>
      <description>&lt;P&gt;No there's no setting for turning this off.&lt;/P&gt;&lt;P&gt;While it might appear that the dot is always up to a second behind, in real world navigation with natural acceleration and deceleration, the experience is a lot better than a "jumping" symbol, but in local simulated testing, it might feel like it's more off than it should be.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 19:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314252#M12008</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-08-01T19:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: LocationDataSource Update.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314288#M12009</link>
      <description>&lt;P&gt;In my scenario the data is being derived from a simulated aircraft position, when the simulator is stopped or paused the aircraft does seem to travel quite a bit (especially at higher rates of speed). In this scenario would you just suggest I roll my own "location data source" where I can draw graphics for my current position then clearing the last image?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 20:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/locationdatasource-update/m-p/1314288#M12009</guid>
      <dc:creator>ZachRuiz</dc:creator>
      <dc:date>2023-08-01T20:02:24Z</dc:date>
    </item>
  </channel>
</rss>

