Tagged Questions
Global Positioning System (GPS)
43
votes
6answers
81k views
How do I get the current GPS location programmatically in Android?
I need to get my current location using GPS programmatically. How do I do that?
40
votes
17answers
72k views
calculate distance between 2 gps coordinates
How do I calculate distance between two gps coordinates (using latitude and longitude)
26
votes
13answers
13k views
UIImagePickerController and extracting EXIF data from existing photos
It's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in the app store (Mobile Fotos, PixelPipe) seem to be able to read the ...
23
votes
10answers
24k views
Geolocation API on the iPhone
Does anyone know whether the iPhone supports or will soon support the W3C Geolocation specification?
I'm looking to build an app for mobile users, but rather than spend the time developing apps for ...
20
votes
2answers
5k views
Getting GPS coordinates on Windows phone 7
How can I get the current GPS coordinates on Windows Phone 7?
19
votes
17answers
27k views
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 it seems that is not working, or just the wrong possibility.
...
18
votes
7answers
16k views
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.latitude;
var long = ...
17
votes
12answers
22k views
Android mock location on device?
How can I mock my location on a physical device (Nexus One)? I know you can do this with the emulator in the Emulator Control panel, but this doesn't work for a physical device.
16
votes
2answers
22k views
iPhone GPS Development - Tips + Tricks [closed]
I'm looking for some feedback, blog links, etc that offer some tips and tricks for iPhone GPS development. I've read and understand the API, I have my demo app up and running, etc but I have run into ...
15
votes
5answers
26k views
How do I find out if the GPS of an Android device is enabled
On an Android Cupake (1.5) enabled device, how do I check and activate the GPS?
14
votes
2answers
852 views
Can we turn on/off the GPS programatically in iPhone?
I want to know can we turn on/off the GPS programmatically in iPhone?
13
votes
6answers
19k views
How to programmatically enable GPS in Android Cupcake
I'm currently writing an app in Android that works with the GPS, at the moment I'm able to work out whether the GPS is enabled, my problem is that I want to enable the GPS on app startup if it is ...
12
votes
8answers
10k views
C#: GPS Tracking system
How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ?
The scenario is
Track a user (service engineer, nothing illegal here) via a GPS enabled mobile Phone. What ...
12
votes
10answers
4k views
Cheap programmable GPS devices
I'd like to start a side project that involves programming with GPS devices. All that I need is a GPS device that can record its location every X seconds or minutes, save those locations locally, and ...
11
votes
1answer
4k views
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 while it was in the background.
I tried this with the built-in app "Maps", but to no avail.
If this ...
11
votes
3answers
5k views
Testing GPS in Android
How do you test GPS applications in Android? Can we test it using the Android emulator?
10
votes
2answers
148 views
Can we launch setting screen any no of time in iPhone to enable the GPS?
I have tried the launch the settings of iPhone in my application using the call
CLLocationManager *locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
...
10
votes
2answers
419 views
Check if geo-location has been spoofed
I want to make sure the location received by the LocationListener is a "real" one and doesn't come from a spoofed source (I.e the Application Location Spoofer). I don't care about "but the user ...
10
votes
4answers
3k views
Haversine Formula in Python (Bearing and Distance between two GPS points)
I would like to know how to get the distance and bearing between 2 GPS points.
I have researched on the haversine formula and someone told me that I could find the bearing as well with it.
Excuse my ...
10
votes
3answers
9k views
Enable GPS programatically like Tasker
I know that the question about turning on/off GPS programatically on android has been discussed many times, and the answer is always the same:
"you can't for security/privacy reasons, you have to ...
10
votes
4answers
4k views
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 d2r = (180 / Math.PI);
double distance = 0;
try{
double ...
10
votes
4answers
5k views
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.geocode(
{
'address': address,
'region': ...
10
votes
3answers
15k views
Can iPhone web apps get GPS position?
Is there an easy way to design a website to facilitate an iphone user providing gps coordinates to the site?
I am wondering if there might be a naming convention for form fields for example, to let ...
10
votes
4answers
5k views
How to lookup a zipcode from a GPS coordinate?
Say I have a web service API that accepts a zipcode as a parameter, but I only have access to a GPS coordinate (latitude, longitude). How can I dynamically lookup the zipcode that the coordinate ...
10
votes
3answers
3k views
How to calculate distance from a GPX file?
I have a GPX file with a GPS track. Now I want to calculate the distance I covered with this track.
What's the best way to calculate this?
9
votes
1answer
500 views
Is there any API which can detect GPS location is changed in the iPhone native application?
I want to show gps coordinates in the Label, is there any default API which can observe/detect that GPS location is changed,so we that I should be able to take and show new GPS location in the label.
9
votes
2answers
7k views
Best practice to calculate the average speed from GPS coordinates
i have here a device which can give me gps coordinates. the time intervall i can define. i want to use it to calculate the average speed during driving or travelling by car. actually i used a ...
9
votes
7answers
2k views
Developing a GPS car tracking system
I'm in the brainstorming phase to develop a GPS car tracking system requested by a customer. I myself know the directions to build some GPS system to mobile phones and etc. But sincerely I don't know ...
8
votes
5answers
2k views
Algorithm to find all Latitude Longitude locations within a certain distance from a given Lat Lng location
Given a database of places with Latitude + Longitude locations, such as 40.8120390, -73.4889650, how would I find all locations within a given distance of a specific location?
It doesn't seem very ...
8
votes
3answers
1k views
Replace default GPS signal provider on Android devices
I would like to replace the default GPS location provider on android phones with my own coordinate source.
Is there any layer/API/library/provider that would allow to be replaced with my signal ...
8
votes
6answers
5k views
PHP extract GPS EXIF data
I would like to extract the GPS EXIF tag from pictures using php.
I'm using the exif_read_data() that returns a array of all tags + data :
GPS.GPSLatitudeRef: N
GPS.GPSLatitude:Array ( [0] => 46/1 ...
8
votes
3answers
2k views
How do you get the country/state/region/city/state/zip/postal from GPS coordinates?
I have GPS coordinates on all of my photos. I want to include tags/IPTC data for the city, state, zip, etc.. However all I have is the GPS coordinates. How can I take these and get meaningful info in ...
8
votes
6answers
4k views
Algorithm for determining minimum bounding rectangle for collection of latitude/longitude coordinates
Is there an algorithm to determine the minimum bounding rectangle around a set of latitude/longitude coordinates?
It is OK to assume a flat earth since the coordinates will not be too far apart. ...
8
votes
4answers
5k views
GPS library for .NET compact framework
I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app would calculate distance and show direction to the ...
8
votes
6answers
3k views
Parsing GPS receiver output via regex in Python
I have a friend who is finishing up his masters degree in aerospace engineering. For his final project, he is on a small team tasked with writing a program for tracking weather balloons, rockets and ...
7
votes
2answers
219 views
How does a GPS receiver synchronize its quartz clock with GPS satellites? [closed]
I read a lot of tutorials and articles on How GPS works and found that it works on the principle of 3d Trilateration. GPS receivers have normally an ordinary quartz clock and GPS satellites have very ...
7
votes
1answer
185 views
iPhone 4 calculate Day Duration programmatically from GPS latitude and day of the year
I'm looking at this wikipedia article:
http://en.wikipedia.org/wiki/Day_length
http://en.wikipedia.org/wiki/Sunrise_equation
Anybody had experience calculating Sunrise/Sunset times on iOS using ...
7
votes
2answers
2k views
How can I get the GPS raw data (satellites pseudo range)?
How can I read GPS raw data, to be more specific I need the saellites pseudo range.
This data is not available in NMEA format.
7
votes
1answer
2k views
Real time GPS Tracker on JUST HTML / JS and Google Maps to be run on a handphone? Is it possible?
I have read up on GPS Real time tracking and found out several things about it, mostly requiring PHP, zope and a database to store the incoming data. Some other methods uses ajax with relations to ...
7
votes
7answers
503 views
developing location/map based web site
I wanna start developing a map-based web site.
At first I ordered a regulat Gps device just to test the site, later on I would like to use Iphone's gps and other cell devices.
So I need something ...
7
votes
1answer
5k views
How do I use the Google Maps API GPS sensor?
All I've been able to find is how to specify the sensor parameter:
http://code.google.com/apis/maps/documentation/v3/#SpecifyingSensor
But nowhere does it say how to actually USE it. Isn't the ...
7
votes
7answers
2k views
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 the best way to synchronize clocks between machines with millisecond accuracy and ...
7
votes
5answers
46k views
How does GPS in a mobile phone work exactly?
I assume it doesn't connect to anything (other than the satelite I guess), is this right? Or it does and has some kind of charge?
6
votes
1answer
328 views
GPS: How NTP time injection works
I've recently known about a gps.conf file in the /system/etc/ directory.
Seems that tweaking NTP_SERVER values to NTP servers nearer to the usual location improves TTFF.
Reading the source code in ...
6
votes
3answers
2k views
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#. I am processing the image and all is working great. I have managed to find a method that reads the Date ...
6
votes
1answer
1k views
Android: compass + distance in a listview
I guess you have all tried "Google Places" in Maps.
This is a list of POI close to you.
I really would like to do the same feature in my application with a list of GPS coordinates, but that seem ...
6
votes
2answers
2k views
HTML5 Geolocation, GPS Only
Is there a way to make HTML5's Geolocation only work, if it is using a GPS device to get the location?
6
votes
1answer
3k views
Turn off GPS programmatically when i exit my program
I have started my GPS programmatically by
Intent myIntent = new intent(Settings.ACTION_SECURITY_SETTINGS);
mContext.startActivity(myIntent);
How i will turn Off GPS when i exit from my program...
6
votes
2answers
1k views
Faster GPS fix in Android
I have noticed that applications like GPS Status get a fix pretty quickly. When I try to get a fix within my own application it takes more time. Does anybody know why is this happening? Do they use a ...
6
votes
2answers
1k views
Android - Reliably getting the current location
My app checks at a specific time whether a user is at a given location. I use the alarm manager to start a service that makes this call:
locationManager.requestLocationUpdates(bestProvider, 0, 0, ...