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.

Latitude/Longitude storage and compression in C

Does anyone know the most efficient representation for lat/long coordinates? Accuracy level should be enough for consumer GPS devices. …

c compression gps floating-accuracy
Convert GPS coordinates to a city name / address in Swift

I have a latitude/longitude location that I want to convert to the location name String in Swift. What is …

swift gps cllocation clgeocoder cllocationcoordinate2d
Getting GPS coordinates on Windows phone 7

How can I get the current GPS coordinates on Windows Phone 7?

gps windows-phone-7
iOS: Movement Precision in 3D Space

From what I understand, GPS has limited accuracy. Is it possible to get a more precise location for a person …

iphone ios4 gps accelerometer gyroscope
iOS Multi-Tasking Track GPS Location

I was just wondering if it was possible to make an iOS app that would track your location via GPS …

iphone xcode gps multitasking
How can I implement a gpsd client (in C) to get Latitude, Longitude and Altitude?

I am writing a number-crunching data-logging C program for my GPS enabled Raspberry Pi. I grabbed gpsd, and its sample …

c gps gpsd
Sort list of lon\lat points, start with nearest

I have location from GPS (lon_base, lat_base). I have a list of locations (lon1, lat1|lon2, lat2|lon3, …

android sorting gps distance point
phonegap: how to check if gps is enabled

I want to show an alert saying that "Please turn on your GPS". How can I get GPS status using …

android cordova gps phonegap-plugins phonegap-build
How to mock location without enabling setting

I am looking for a way to be able to mock location without needing to use ACCESS_MOCK_LOCATION. I …

android gps mocking location spoof
Background GPS in iOS. Is this possible?

I was wondering if it was possible to get the location of the iPhone with an app that isnt running, …

iphone objective-c ios gps core-location