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.

Reading the GPS data from the image returned by the camera in iOS iphone

I need to get the GPS coordinates of an image taken with the iOS device's camera. I do not care …

ios geolocation gps camera
How to get coordinates of an address in android

How do i get gps co-ordinates of the location/address entered by user in android ?

android google-maps google-maps-api-3 gps
Getting GPS data from an image's EXIF in C#

I am developing a system that allows for an image to be uploaded to a server using ASP.NET C#. …

c# gps latitude-longitude exif
How can i calculate the distance between two gps points in Java?

I used this code but it doesnt work: Need the distance between two gps coordinates like 41.1212, 11.2323 in kilometers (Java) double …

java gps coordinates distance geo
Google's Geocoder returns wrong country, ignoring the region hint

I'm using Google's Geocoder to find lat lng coordinates for a given address. var geocoder = new google.maps.Geocoder(); geocoder.…

javascript google-maps geolocation gps geocode
onLocationChanged() never called

I am writing a code that brings current location but it is not giving me the location because it never …

android gps locationmanager
Is it possible to find other nearby phones?

I'm writing an Android app that I would like to eventually port to iOS and Windows Mobile (though I know …

java android gps smartphone
Ticks between Unix epoch and GPS epoch

What is the number of one second ticks between Unix time epoch (01 Jan 1970) and GPS time epoch (06 Jan 1980)? I have …

time gps unix-timestamp utc
Open Settings app from another app programmatically in iPhone

I have to open settings app from my app if gps is not enabled in iPhone. I have used the …

ios iphone gps settings
What's the best way to synchronize times to millisecond accuracy AND precision between machines?

From what I understand, the crystals on PC's are notorious for clock skew. If clocks are always skewing, what is …

sockets synchronization gps time-management