【问题标题】:Sending a link to another android phone via SMS通过短信发送到另一部安卓手机的链接
【发布时间】:2014-12-02 10:36:14
【问题描述】:

我正在开发一个应用程序,我必须在其中发送coordinates of the latitude and longitude to another android phone in the form of the link,这样当他们点击该链接时,就会打开一个带有该位置的谷歌地图。

我已经彻底search for google Maps,但我没有找到任何令人满意的东西可以实现我的目标。

提前致谢!!

我尝试过这样做..

SmsManager smsManager= SmsManager.getDefault();
smsManager.sendTextMessage(phoneno, null, "This is my location"+latitude+" "+longitude+"I need ur       Help!!", null,null);

【问题讨论】:

    标签: java android gps coordinates latitude-longitude


    【解决方案1】:

    看看这里,它在 webapps 部分,但我认为它应该会给你你正在寻找的答案:

    https://webapps.stackexchange.com/questions/4438/create-a-google-maps-link-to-a-specific-location

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-04-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多