Hi,
I am trying to track location using
LocationDataSource.LocationChanged
event with
SystemLocationDataSource
But this is what I get when I trying it in real devices (android devices)
(as you can see there is a lot of 'glitchs')
Occur in:
Runtime 100.09
Runtime 100.10
Any suggestions?
Are you seeing the same thing if you use the built-in Google Maps app? (you should be able to run them side-by-side by going into a split view).
Also are you surrounded by a lot of very tall buildings, or do you have a clear view of the sky?
Hi ,
Solved 🙂 - other yet workaround
I check HorizontalAccuracy before drawing.
But it's still look weird to see the blue circle (my location) jumping and than goes back.
With Google Maps app it's not happen.
Could you also check what is in the 'AdditionalSourceProperties' dictionary on the location object you're getting, and compare a good with a bad location? This might give us some additional hints about what is going on.
Something like that 😉
Hope it's help.
Thanks but that doesn't list any values in AdditionalSourceProperties
Hi,
I am sorry under namespace Esri.ArcGISRuntime.Location
in version 100.09
there isn't AdditionalSourceProperties
It's been add at 100.10
Correct. What do you see in that collection using Update 10 ?