小编use*_*148的帖子

自定义android地图的地方?

我希望根据商业,收藏等领域的选择来显示我的地点的地图.
我使用以下意图进行搜索并在Android中的地图中显示结果

    Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://maps.google.com/maps"));
    startActivity(intent);
Run Code Online (Sandbox Code Playgroud)

当我点击地图作为收藏夹它显示在我的地方的地方.

如何根据Android中的类别划分地点?

customization favorites android

2
推荐指数
1
解决办法
1400
查看次数

标签 统计

android ×1

customization ×1

favorites ×1