- 1、本文档共13页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
外文文献原文GPS的精确使用外文文献原文GPS的精确使用
How accurate is Android GPS? Part 1: Understanding Location Databyagup Posted: Sunday, 1/27/2013There are many different ways for developers to get access to location information using the Android SDK, and there are already plenty of code examples on the internet showing how to do that. This post, on the other hand, focuses on putting the location data into context and offers suggestions on how to use it in the best possible way. In this series I’ll discuss various aspects of the Android SDK’s android.location package and how you can best take advantage of them to build a great end-user experience.To try out GPS different usage scenarios, be sure to download the GPSTester app, both the .apk and source code are available on github.Six types of location dataIt’s not just about latitude and longitude. The great thing about the Android SDK is you get access to a ton of information related to location. The fun, challenging and sometimes frustrating part is deciphering the information. There are six types of location data that you have programmatic access to. This data comes from what’s referred to as a provider, and it will be either a cellular network-based or a GPS provider. As you’ll see, you can use these providers in a variety of different ways.All locations derived from the LocationManager are guaranteed to provide a valid latitude, longitude and timestamp, all the other parameters are optional depending on who manufactured the handset and who is providing cellular service. However, if you have a device that doesn’t give you access to the accuracy parameter then the location data is practically worthless. I haven’t come across such a device yet, but I’m assuming it’s possible. My advice: always check for null location parameter values in your production code.Cached GPS. Most Androids have the ability to store the last know GPS location. This is typically used when an application first starts up, and you can retrieve the timestamp, latitude, longitude and accuracy.1
您可能关注的文档
最近下载
- 福建省永安林业(集团)股份有限公司拟抵押贷款所涉与森林资源资产评估报告.pdf VIP
- 银行所要的合法夫妻证明怎么写.docx VIP
- A6铝合金门窗制作安装质量安全技术交底.doc
- 防范非法金融活动.pptx VIP
- 国家建筑标准设计图集20S515 钢筋混凝土及砖砌排水检查井.pdf VIP
- ST75256中文手册-自己翻译.pdf
- 四川省【小升初】2023年小升初数学试卷附答案【综合题】.pdf VIP
- 河北省2024-2025学年高三省级联测考试英语试题.pdf VIP
- 四川省泸州市2024-2025学年高2025届第一次教学质量诊断性考试英语试题(含答案).docx VIP
- 2025年高考语文模拟考试作文题目解析及范文点评:“有意义”与“有意思”.docx VIP
文档评论(0)