文件名称:MyLocationTimeTask
介绍说明--下载内容均来自于网络,请自行研究使用
后台定时定位开机自启系统android 类库中, 虽然已经提供了几种定位方式,但是从提供的功能和反应速度上,和其他的第三方定位库相比,还是相形见绌。搜索了几个第三方定位和地图的API平台,综合考虑了下,选择了百度地图。(第三方地图API的选择,具体还要根据自己的项目要求来选择)言归正传,现在就说说百度的定位API 吧 (该文章,主要是讲定位的,所以就单独说说,百度的定位API 接口)百度定位API,是 GPS+基站+WIFI+IP混合定位,传感器辅助定位 ,具有 定位方式多,反应时间快等特点(具体的可以搜索一下“百度地图定位API”),下面就讲讲如何实现定时的去定位从而获取实时的定位经纬度。-Background timing positioning boot the Android library Qizhong, although several positioning methods have been offered, but compared to that the function and reaction speed, and other third party location library, or shame. Search for a few third party positioning and map of the API platform, a comprehensive consideration of the next, chose the Baidu map. (the map API provided by a third party, concrete should be according to the requirements of their own projects to choose) hark back to the subject, now talk about Baidu s geolocation API. (this article is mainly about positioning, so alone to talk about, Baidu s geolocation API interface) Baidu positioning API, is GPS base station+WIFI+IP hybrid positioning, sensor aided with positioning, and the reaction time (specific can search Baidu map location API), here to talk about how to realize the timing to locate and obtain real-time locate the latitude and longitude.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
后台定时定位MyLocationTimeTask
..............................\.classpath
..............................\.project
..............................\.settings
..............................\.........\org.eclipse.jdt.core.prefs
..............................\AndroidManifest.xml
..............................\assets
..............................\bin
..............................\...\AndroidManifest.xml
..............................\...\classes
..............................\...\.......\com
..............................\...\.......\...\zjl
..............................\...\.......\...\...\location
..............................\...\.......\...\...\........\BootCompletedReceiver.class
..............................\...\.......\...\...\........\BuildConfig.class
..............................\...\.......\...\...\........\LocationServer$1.class
..............................\...\.......\...\...\........\LocationServer$2.class
..............................\...\.......\...\...\........\LocationServer$MyLocationChangedListener.class
..............................\...\.......\...\...\........\LocationServer$MyReceiveListenner.class
..............................\...\.......\...\...\........\LocationServer.class
..............................\...\.......\...\...\........\MainActivity.class
..............................\...\.......\...\...\........\R$attr.class
..............................\...\.......\...\...\........\R$drawable.class
..............................\...\.......\...\...\........\R$layout.class
..............................\...\.......\...\...\........\R$string.class
..............................\...\.......\...\...\........\R.class
..............................\...\classes.dex
..............................\...\dexedLibs
..............................\...\.........\annotations-28e0d440ffae02fd40b6eb8dc327994c.jar
..............................\...\.........\annotations-4e56223e65c5fbba7e4ab26eaf3e9c02.jar
..............................\...\.........\locSDk-2c989b9b015f54ad9283ce9b515121a4.jar
..............................\...\.........\locSDk-799f5392d9dec2276b291212b2348e7e.jar
..............................\...\jarlist.cache
..............................\...\MyLocationTimeTask.apk
..............................\...\res
..............................\...\...\crunch
..............................\...\...\......\drawable-hdpi
..............................\...\...\......\.............\icon.png
..............................\...\...\......\drawable-ldpi
..............................\...\...\......\.............\icon.png
..............................\...\...\......\drawable-mdpi
..............................\...\...\......\.............\icon.png
..............................\...\...\drawable-hdpi
..............................\...\...\.............\icon.png
..............................\...\...\drawable-ldpi
..............................\...\...\.............\icon.png
..............................\...\...\drawable-mdpi
..............................\...\...\.............\icon.png
..............................\...\resources.ap_
..............................\gen
..............................\...\com
..............................\...\...\zjl
..............................\...\...\...\location
..............................\...\...\...\........\BuildConfig.java
..............................\...\...\...\........\R.java
..............................\libs
..............................\....\locSDk.jar
..............................\proguard.cfg
..............................\project.properties
..............................\res
..............................\...\drawable-hdpi
..............................\...\.............\icon.png
..............................\...\drawable-ldpi
..............................\...\.............\icon.png
..............................\...\drawable-mdpi
..............................\...\.............\icon.png
..............................\...\drawable-xhdpi
..............................\...\layout
..............................\...\......\main.xml
...................