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.

Which Devices Support Javascript Geolocation via navigator.geolocation?

The iPhone supports geolocation in mobile Safari via the following call: navigator.geolocation.getCurrentPosition( function(pos){ var lat = pos.coords.…

javascript geolocation gps mobile-phones mobile-website
Getting the number of satellites from Location object

I'm using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes. Documentation says, that Location.getExtras() contains …

android gps location satellite
Android best way to get current location

What is the best way to get the current location in android for the following scenario, If GPS is not …

android gps currentlocation
Testing GPS in Android

How do you test GPS applications in Android? Can we test it using the Android emulator?

android testing gps android-testing
Android GPS on or off state

Is there any way to check if the Android GPS is on or off without any permission, just the state …

android gps toggle state android-manifest
Android check GPS availability on device

Possible Duplicate: Programmatically find device support GPS or not? How can I check, is GPS available on the device? When …

android gps archos
GPS Android - get positioning only once

Is there a way to access the GPS once instead of having a looper that constantly checks for location updates? …

java android gps locationmanager
Android - Process Has Died Issue

Application simply crashes and finishes the activity without much info. 04-01 13:30:43.739: W/AudioService(180): setMode() client died 04-01 13:30:43.739: W/GpsLocationProvider(180): Unneeded …

android logging crash gps android-mediaplayer
Androids onStatusChanged not working

I'm trying to get notifications if the status of GPS_PROVIDER changes. I found the following code here (http://hejp.…

android gps location locationmanager locationlistener
GPS V.S. accelerometer to calculate distance

I am trying to implement a fitness app that can keep track of the running speed and running distance in …

android gps accelerometer