在Android应用程序上单击按钮时更改服务请求

时间:2018-04-23 13:29:44

标签: android google-maps

我有一个按钮可以打开谷歌地图,点击使用此旅行模式请求:

Intent intent = new Intent(Intent.ACTION_VIEW,
                Uri.parse("http://maps.google.com/maps?daddr="+ mLocation.latitude + ","+ mLocation.longitude +"&f=d&dirflg=x"));
startActivity(intent);

docs

问题是, 是否有可能将服务(即'go-jek')更改为默认值?并在汽车或摩托车之间设置默认值?

0 个答案:

没有答案