通过短信发送到另一个Android手机的链接

时间:2014-12-02 10:36:15

标签: java android gps coordinates latitude-longitude

我正在开发一个应用程序,我必须发送coordinates of the latitude and longitude to another android phone in the form of the link,以便当他们点击该链接时,将打开包含该位置的Google地图。

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

提前感谢!!

我试过这样做..

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

1 个答案:

答案 0 :(得分:0)

看看这里,它在webapps部分,但它应该给你你想要的答案我想:

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