jrvansuita / PickImage

📸 🖼️ Shows a DialogFragment with camera and gallery options. User can choose which provider wants to pick images from.
MIT License
469 stars 107 forks source link

Turn-by-Turn Navigation instruction from pgRouting Heading (Android) #35

Closed LamraniOthmane closed 7 years ago

LamraniOthmane commented 7 years ago

Hello guys, I am using pgRouting request so i get the heading result of each edge. I want to show turn by turn message when the distance between my current position and the start of the next edge is less than 50 meters. I do this inside the onLocationChanged method. But i have lag because the code is executed each millisecond due to location manager. Please i need help, thanks in advance.

jrvansuita commented 7 years ago

I think you misunderstood the project issue page.