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.

Detecting GPS on/off switch in Android phones

I would like to detect when the user changes the GPS settings on or off for an Android phone. Meaning …

android gps
When do I need android.hardware.location.gps and android.hardware.location.network?

Google is informing by email of changes to the Android location permissions: We’re making a change on October 15th, 2016 …

android gps geolocation android-permissions android-gps
Is there a way to check if the iOS device is locked/unlocked?

I have used GPS location updates in my application. I want to detect if the iOS device is in sleep …

ios gps sleep core-location
Rotating an ImageView like a compass (with the "north pole" set elsewhere)

I'm stumped regarding how to implement a "personal compass", ie a compass that points to a specific bearing instead of …

android gps rotation android-imageview
Getting the current GPS location on Android

I'm trying to get the user's current location via GPS capability, Wrote a simple class that implements LocationListener public class …

java android gps locationmanager locationlistener
GPS coordinates: 1km square around a point

I was hoping someone out there could provide me with an equation to calculate a 1km square (X from a.…

javascript math gps coordinates
Is Fused Location Provider good choice?

I am developing an application where I want to use Fused Location Provider. But I have some doubts, and couple …

android gps android-location fusedlocationproviderapi
How to send commands via GPRS to GPS Tracker (TK103, GT02, GT06, TK102 etc)

This was already asked here https://stackoverflow.com/questions/25460743/gps-tracker-tk103-how-to-send-message-through-server. But there isn't any answer! Receiving data from GPS …

c# sockets tcp gps gprs
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 …

android gps nmea
Android Context without being in an activity? And other activity-less programming?

I'll try really hard to turn this into one comprehensive question: I'm writing a method to get a String that …

android android-activity gps location android-context