问题描述
我创建了一个应用程序,它可以提供我的 Android 手机的位置.
I made an Application that gives me the location of my Android phone.
现在我想创建一种方法,帮助我通过 SMS 检索手机的 GPS 位置(经纬度或地址,如果可能).
Now I want to make a method that helps me to retrieve the GPS location of my phone (latitude longitude or the address if possible) with an SMS.
例如:电话号码 558899.我向 558899 发送一条带有获取位置"的短信,然后回复一条带有坐标的消息.
Exemple: phone number 558899. I send an Sms with "get location" to 558899 an get a message back with the coordinates.
推荐答案
这可能会有所帮助:
捕获"传入的短信:http://www.codemobiles.com/forum/viewtopic.php?p=95
发送短信:http://www.anddev.org/how_to_send_sms-t552.html
死链接.我不记得里面到底是什么,就像谷歌的缓存和互联网回溯机器一样.以下链接应该有一些关于主题的信息:
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/
这篇关于如何通过 SMS 检索 GPS 位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!