M
M
Michael2015-12-13 12:57:12
satellite navigation
Michael, 2015-12-13 12:57:12

Navigation in Android: how to make navigation for constant tracking of movement?

It is not possible to make navigation for constant tracking of movement.
I've tried many suggested options, but nothing seems to work. In a bunch of GPS + network, the data comes in unclear how. If you filter coordinates by time and accuracy (accuracy), then often the location jumps. Especially if you stand still. Is this generally normal behavior?
Fused works weird too. Either it takes me to the road through 3 houses, or it shows quite accurately, with an error of a couple of meters.
In theory, fused takes on the task of determining the best source of coordinates, but it turns out that it is not suitable for my task or I am doing something wrong.
Tell me where to dig. What is the correct way to use Fused? Are they used in code along with GPS + network or just one?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Kren_vpravo, 2015-12-17
@Kren_vpravo

network shows coordinates with an error of 200-300 meters. In theory.
Therefore, if the position of a particular house is important to you, then only HIGHT_ACCURACY (gps, glonass).
developer.android.com/intl/es/training/location
But gps will also have a spread of 20 meters. It makes sense to study the location api, they have good averaging algorithms and everything is configurable.

E
Egor Kazantsev, 2015-12-13
@saintbyte

IHMO all network is to determine the approximate location at the start, then only GPS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question