我熟悉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:
你可以看到,没有添加地图或位置
只有Link
可能,但我想在环聊中显示地图
]
你可以给我一些提示吗?谢谢。答案 0 :(得分:0)
您使用的代码使用Google Plus框架API。您无法修改它们以便共享地图或位置。
但是,正如您所提到的,您可以采取其他长途路线来分享用户的位置甚至是地图。