javascript - GPS Tracking - points too far -
i'm making application i'm tracking user's position , showing on map. problem is, i'm not getting position while , there long distance between 2 points got.
i'd animating user's position there no such gaps. problem how minimize problems predicting user's position far real position etc.
i know route on user wants navigated , i've solved problem when user not on on road sticking user on route when near enough.
i can suggest 2 options:
some gps tracking devices/apps can send reports distance. can use feature.
use navigation api create route between 2 distant points. should work in most, no cases.
Comments
Post a Comment