GPS Info without internet in android

萝らか妹 提交于 2019-12-11 20:05:29

问题


I want to save GPS info into database when the internet connection is off in android. that information by which the phone detect GPS location.

is this possible?

please advice me..


回答1:


GPS works without Internet. Internet is only required for A-GPS (to get the position faster when GPS does not know where you are since it's way faster if GPS knows a rough area of your location).

On the other hand there is afik no way to provide that rough position to your GPS since that is not a part of Android's GPS API (GPS is really vendor specific). The implementation might already do that.

If you still want to save that location go look for Database examples - e.g. http://www.vogella.de/articles/AndroidSQLite/article.html



来源:https://stackoverflow.com/questions/9672585/gps-info-without-internet-in-android

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