【发布时间】: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