I have a question concerning OnLocationChanged(): Could you tell me how often a location change is being checked? How often or what is the interval this event is fired? Is a location change event fired each 10-12 m?
In my usecase, the user shall walk on foot. A 3D model shall update its position depending on the user?s location.
I get a locationChanged event approx. every 6-12 seconds (or 15-20 steps) depending on the user's walking/ running speed (m per second), the accuracy is about 2-3 m. I wish, I could get this event fired more often, in shorter intervals, - more updates in shorter intervals.
Visualfan2012
1 person has this problem