如何在Android Intent中设置谷歌地图应用程序中的自定义图标?

时间:2017-01-13 05:37:04

标签: android google-maps

Intent intent = new Intent(android.content.Intent.ACTION_VIEW,Uri.parse("http://maps.google.com/maps?daddr="+destination1+"to:"+destination2));

startActivity(intent);

我现在实现了这个代码,它对我来说很好。现在我需要在该特定目的地添加自定义图标。怎么做到这一点?如果这是不可能的。

然后如何在“SupportMapFragment”中获得与附加图片相同的视图。

由于

need this type of view with start button in SupportMapFragment. How can i do this? Please check images

Start button view like this

您的想法和帮助表示赞赏

0 个答案:

没有答案