Simple GUI-less Android app which obtains one's latitude and longitude coordinates via GPS or network and reverse geocodes them to a textual address which is shown as a Toast when launched.
WhereAmI is hosted in the following web site
https://github.com/ozans/WhereAmI
If you think the Android project WhereAmI listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WhereAmI.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 9 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
WhereAmI has the following Java source files.
com.ozan.whereami.MainActivity.java com.ozan.whereami.MyLocationListener.java com.ozan.whereami.MyRunnable.java