Top "Gps" questions

Abbreviation for Global Positioning System; a navigational system using satellite signals to fix the location of a radio receiver on or above the earth's surface.

LocationClient getLastLocation() return null

Like the questions someone encountered before I tested one the nexus s(4.0.4 with google play service available) and avd (4.2.2 with …

android gps location
Android location permissions

In my Android application I'm willing to use GPS locations. What are the main permissions that I should included in …

android gps triangulation android-permissions
Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

When adding permissions to my manifest file, the below xml works. <permission android:name="android.permission.ACCESS_FINE_LOCATION" /&…

android service permissions gps manifest
Determining the speed of a vehicle using GPS in android

I would like to know how to get the speed of a vehicle using your phone while seated in the …

android gps location android-location
How is it possible that Google Fit app measures number of steps all the time without draining battery?

The Google Fit app, when installed, measures the duration you are walking or running, and also the number of steps …

android gps accelerometer android-sensors google-fit
getlastknownlocation always return null after I re-install the apk file via eclipse

Recently, I created a simple application to get the gps location and display on android phone. At beginning I able …

android gps location
Calculate distance between two place using latitude-longitude in gmap for iPhone

Possible Duplicate: GPS coordinates in degrees to calculate distances How to Calculate distance between two place using latitude-longitude in gmap …

iphone ios gps
How to Get City Name by Latitude &Longitude in android?

I want to city name by current location but i have latitude and longitude.how to get it? i used …

android map gps location
Easting northing to latitude longitude

I've got coordinates of location in easting/northing format but I need to convert it to proper lat long to …

gps bing-maps
Emulator's Location simulation not working

I would like to lower the minimum API level of my application to 4.4(KitKat) from 5.0(Lollipop) Sadly I couldn't get …

android android-studio gps android-emulator