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.

Python GPS Module: Reading latest GPS Data

I have been trying to work with the standard GPS (gps.py) module in python 2.6. This is supposed to act …

python gps gpsd
Android :How to get Current Location in Longitude and latitude?

I want to store current Location to database when i click on Button. The location is stored but it is …

android gps location locationlistener on-location-changed
How to validate latitude and longitude

I have two UITextFields which users can enter in a latitude and longitude, these co-ordinates are then used to create …

geolocation gps coordinates mkmapview mkannotation
XML to CSV in Python

I'm having a lot of trouble converting an XML file to a CSV in Python. I've looked at many forums, …

python xml csv gps garmin
Detecting whether a GPS coordinate falls within a polygon on a map

As stated in the title, the goal is to have a way for detecting whether a given GPS coordinate falls …

math geolocation gps coordinates geospatial
How to trigger broadcast receiver when gps is turn on/off?

public class BootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if (intent.getAction().matches("android.location.PROVIDERS_…

android gps broadcastreceiver location-provider
LocationListener of NETWORK_PROVIDER is enabled but , onLocationChanged is never called

I am developing an application that gets position of the cell phone all day long in 6 and 6 minutes in a …

android geolocation gps locationmanager locationlistener
Difference between LocationRequest setInterval (long millis) and LocationRequest setFastestInterval (long millis)

I am writing my own background location updates for interval of every 5 minutes in android. I would like to know …

android gps location locationmanager
ACCESS_COARSE_LOCATION permission gives a cell tower precision on Android

I am making some tests with the requestLocationUpdates() function from the FusedLocationApi. I am using the PRIORITY_BALANCED_POWER_ACCURACY. …

android permissions gps android-location fusedlocationproviderapi
Parsing code for GPS NMEA string

i am trying to parse the incoming GPGGA NMEA GPS string using Arduino uno and below code. What i am …

c parsing gps arduino nmea