Android 位置/GPS 问题

发布于 2024-11-19 05:54:46 字数 324 浏览 1 评论 0原文

关于位置的几个问题我还没有找到答案:

  1. Location.getLatitude()/getLongitude() 返回一个双精度值。这个 double 用什么单位表示?弧度?十进制度数?该文档没有给出任何指示!

  2. 我应该在 AVD 文件系统中使用 DDMS 输入什么来表示要由 LocationManager.getLastKnownLocation(GPS_PROVIDER) 找到的示例位置(例如 51°N,1° 30'W)我应该把它放在哪里(指哪个文件夹)?

A couple of questions regarding Location which I have not found answers to:

  1. Location.getLatitude()/getLongitude() return a double. What units is this double expressed in? Radians? Decimal degrees? The documentation doesn't give any indication whatsoever!

  2. What should I enter using DDMS in my AVD's file system to represent a sample location (say for example 51°N, 1° 30'W) to be found by LocationManager.getLastKnownLocation(GPS_PROVIDER) and where should I put it (meaning what folder)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知足的幸福 2024-11-26 05:54:46
  1. Location.getLatitude() 返回以度为单位的值,例如:51.234
  2. 请参阅此 http:// www.helloandroid.com/tutorials/how-set-location-emulator
  1. Location.getLatitude() return values in degrees for example: 51.234
  2. See this http://www.helloandroid.com/tutorials/how-set-location-emulator
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文