Android 位置/GPS 问题
关于位置的几个问题我还没有找到答案:
Location.getLatitude()
/getLongitude()
返回一个双精度值。这个 double 用什么单位表示?弧度?十进制度数?该文档没有给出任何指示!我应该在 AVD 文件系统中使用 DDMS 输入什么来表示要由
LocationManager.getLastKnownLocation(GPS_PROVIDER) 找到的示例位置(例如 51°N,1° 30'W)
我应该把它放在哪里(指哪个文件夹)?
A couple of questions regarding Location which I have not found answers to:
Location.getLatitude()
/getLongitude()
return a double. What units is this double expressed in? Radians? Decimal degrees? The documentation doesn't give any indication whatsoever!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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)