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 listen to a TCP port using PHP?

I have a GPS Tracker that connects and send data to a defined public server:port through GPRS connection. I …

php networking tcp gps ubuntu-server
C#: GPS Tracking system

How do I go about building a GPS tracking system with mobile (with GPS) in C#.net ? The scenario is …

c# gps system tracking
Calculating area of a polygon drawn on google map

I am looking for an accurate algorithm or a service to calculate surface area on earth where points are calculated …

google-maps map google-maps-api-3 gps polygon
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 …

php metadata gps exif
Detect or prevent if user uses fake location

I will block a user from using my app if they fake the location. So I use isFromMockProvider to check …

android gps location google-api-client
Get current location address for android app

I do not need to display a map. However, I need to use the gps/3g network to locate my …

android gps location reverse-geocoding
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 …

iphone cocoa-touch gps uiimagepickercontroller exif
GPX files for iOS Simulator

Where I can find GPX files that I can import into my iOS Simulator? The iOS Simulator only contains static …

ios gps ios-simulator gpx
How to stop location manager?

Don't know why, but sometimes LocationManager is still working also after closing application. I call startGPS() in onCreate-Methode in one …

android gps locationmanager
Android find GPS location once, show loading dialog

I am writing an app that requires the user's current location (lastknownlocation won't be very helpful) and displays a list …

android gps progressdialog locationlistener