How to retrieve the GPS location via SMS(如何通过 SMS 检索 GPS 位置)
问题描述
我创建了一个应用程序,它可以提供我的 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 位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何通过 SMS 检索 GPS 位置
基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- iOS4 创建后台定时器 2022-01-01
