如何通过 SMS 检索 GPS 位置

How to retrieve the GPS location via SMS(如何通过 SMS 检索 GPS 位置)
本文介绍了如何通过 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 位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)