Description: 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.
To Search:
File list (Check if you may need any files):
后台定时定位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
...................