javascript - Gps tracking google maps -
i developing application requires tracking service. app stores coordinates database if user has travelled x meters since last stored position..
i using phonegaps geolocation service locations etc..
problem gps isnt precise, if sit in chair , check position, if can differ couple of meters , then, resulting in cluttered track..
does have solution this? -i thinking of algorhitm checks acceleration, , prevents device storing location if acceleration increases much/suddenly.
would approach, or have had similar problem before?
thanks!
found answer if still interested.
android devices "jump" near antennas every , (at least ones tried on), , when position.coords.speed set null. needed prevent storing positions if speed == null.. =)
Comments
Post a Comment