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:

  1. some gps tracking devices/apps can send reports distance. can use feature.

  2. use navigation api create route between 2 distant points. should work in most, no cases.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -