is there any way to navigate to multiple destinations? like you can do on google maps?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
There are no documented and supported Intents
for use with Google Navigation, sorry.