与本地的其他应用程序共享一个位置

时间:2018-05-14 06:59:17

标签: react-native

是否可以与谷歌地图等其他应用共享经度和纬度位置?

我知道如何分享文字,但地点是我的问题。

Share.share({
        message: 'message text body',
        title: 'title',
        url: 'http://site.ir'
    })
        .then(this._showResult)
        .catch(err => console.log(err))

有什么建议吗?

0 个答案:

没有答案