is there any way to navigate to multiple destinations? like you can do on google maps?
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.
|
|
As you probably know you can use the following, undocumented, way to navigate to a destination startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + mLatitude + "," + mLongitude)));
but, as far as I know, navigation with intermediate points is not possible at the moment. |
||||
|
There are no documented and supported |
|||
|
|