How to retrieve the GPS location via SMS

∥☆過路亽.° 提交于 2019-11-30 15:26:06

this may help:

"Capture" incoming SMS: http://www.codemobiles.com/forum/viewtopic.php?p=95

Send SMS: http://www.anddev.org/how_to_send_sms-t552.html

Edit: Dead link. I don't remember what exactly was in it, just like Google's cache and Internet Wayback Machine. Following link should have some info on topic:

http://lamiaamb.wordpress.com/2012/03/19/android-capture-an-incoming-sms/

Use the Geocoder class. Pass it's getFromLocation() method the longitude and latitude and the maximal number of results you want to get returned. You'll get a List of Address objects.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!