Is it possible to check for upcoming turns on Google Navigation using a background service or intent? My goals is to alert a different Android app of any upcoming turns.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Google Navigation means you will send the source and destination locations to the Google maps server and gets the latitude and longitudes of the path, also you will get the turn by turn directions with latitude and longitude. So you have to calculate the distance between current position and upcoming turn position, if the distance is less than a threshold value you can do anything you required. I hope it may help you. if you have any doubts fell free to ask me. |
|||||||
|