Google Plus - 分享地图或位置

时间:2015-12-04 17:18:48

标签: android google-maps google-plus

我熟悉Plus API,我已经通过以下方式在我的Google +上成功发布了字符串:

 Intent intent = new PlusShare.Builder(this)
                            .setType("text/plain")
                            .setText("Hi all")
                            .setContentUrl(Uri.parse("http://plus.google.com"))
                            .getIntent();

        startActivityForResult(intent, PLUS_INTENT_RESULT);

但我无法找到发布GoogleMap或地点的方法,或在地图上标记邮件。但我无法将地图添加到网页google plus:

no add map]

你可以看到,没有添加地图或位置

只有Link可能,但我想在环聊中显示地图

enter image description here]

你可以给我一些提示吗?谢谢。

1 个答案:

答案 0 :(得分:0)

您使用的代码使用Google Plus框架API。您无法修改它们以便共享地图或位置。

但是,正如您所提到的,您可以采取其他长途路线来分享用户的位置甚至是地图。