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.

How to set fake GPS location on IOS real device

Currently I have to test app and set the different fake GPS locations on real IOS 7 devices. On Android I …

ios gps location device simulation
Get current location of user in Android without using GPS or internet

Is it possible to get the current location of user without using GPS or the internet? I mean with the …

android geolocation gps android-gps
Haversine Formula in Python (Bearing and Distance between two GPS points)

Problem I would like to know how to get the distance and bearing between 2 GPS points. I have researched on …

python gps distance haversine bearing
Get GPS location via a service in Android

I need to monitor user's locations using a background service, and then load them and show the path to the …

android service gps location
Android "gps requires ACCESS_FINE_LOCATION" error, even though my manifest file contains this

Each time I run the application, my SecurityException gets thrown and the error from the debugger reads as so: java.…

java android gps
How can I check the current status of the GPS receiver?

How can I check the current status of the GPS receiver? I already checked the LocationListener onStatusChanged method but somehow …

android gps
How to get Android GPS location

Cheers, I'm trying to get the current GPS-Location via Android. I followed this Tutorial and Vogellas article aswell. Though it …

java android google-maps gps location
Is Android using NTP to sync time?

Do Android Devices use the network time protocol (NTP) to synchronize the time? In my Device-Settings I see a checkbox …

android time gps ntp
Android: How to get accurate altitude?

I need to get an accurate measurement of altitude using GPS only. I tried Location.getAltitude(), but that is terribly …

android gps location altitude
Smooth GPS data

I'm working with GPS data, getting values every second and displaying current position on a map. The problem is that …

gps smoothing