通过短信发送到另一个Android手机的链接
问题描述:
我正在开发一个应用程序,我必须发送coordinates of the latitude and longitude to another android phone in the form of the link
,以便当他们点击该链接时,带有该位置的谷歌地图将打开。通过短信发送到另一个Android手机的链接
我已经彻底search for google Maps
但我没有找到任何令人满意的东西,将实现我的目标。
在此先感谢!
我试图做这样的..
SmsManager smsManager= SmsManager.getDefault();
smsManager.sendTextMessage(phoneno, null, "This is my location"+latitude+" "+longitude+"I need ur Help!!", null,null);
答
看看这里,它在web应用部分,但它应该给你你要找我的答案认为:
https://webapps.stackexchange.com/questions/4438/create-a-google-maps-link-to-a-specific-location
感谢您的快速回复.. @ Wildcopper – krati 2014-12-02 11:42:51