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.

React Native Android location request timed out

In IOS there isn't a problem while looking for gps coords. It works fine. On Android side its not stable …

android react-native gps react-native-android
How to calculate gps accuracy in meters from nmea sentence information

I have android app that gets GPGGA and GPRMC sentences form bluetooth gps receiver, how to calculate horizontal accuracy of …

android bluetooth gps nmea
Android how to access the location data in a jpg

I'm making an Android app that includes a feature to show images on a map. How can I extract the …

android gps photo jpeg
How to programmatically enable and disable GPS in Ionic Framework or Cordova

My problem is simple. I need a way to turn on and off GPS using a button inside an Ionic …

cordova gps ionic-framework ionic ngcordova
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 …

gps device mobile-devices
Interpreting GPS info of exif data from photo in python

I am writing a small program to get the GPS info of a iphone jpg photo. The library I am …

python gps python-imaging-library exif
Get country from coordinates?

How to get country name in Android, If are known geo coordinates? How to make it the simplest way?

android google-maps geolocation gps
Fused Location Provider unexpected behavior

this is how I register my app to receive location updates: mLocationRequest = LocationRequest.create(); mLocationRequest.setInterval(Consts.ONE_MINUTE * 10); mLocationRequest.…

android gps google-play-services android-location location-services
How to use Android LocationManager and Listener

I'm not having any luck receiving any data from the GPS using the code below, and i'm not sure what …

android service gps locationmanager
ECEF to lla (lat,lon,alt) in java

Ive looked through the posts in the site and haven't found my problem ... as the head line says im trying …

java math gps latitude-longitude coordinate-systems