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.

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 …

iphone objective-c gps geospatial
Can PWA access contacts, gps or use the phone camera?

Can PWA access contacts, gps or use the phone camera? Is this possible in any system (ios, android) ? Is there …

iphone camera gps contacts progressive-web-apps
Cannot get current position without GPS on react-native with navigator.geolocation

Brief summary after discussion and answers: using EXPO sdk you cannot get the device location without grant FINE_LOCATION in …

react-native gps location expo
Will the kCLLocationAccuracyBestForNavigation setting in Core Location Improve Location Services for Walking Around?

I have an application that needs to keep very precise data about where a user is walking. Will having kCLLocationAccuracyBestForNavigation …

iphone ipad gps location core-location
GPS isProviderEnabled always return false

I've got this code lm = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE); boolean isGPS = lm.isProviderEnabled (LocationManager.GPS_PROVIDER); and it …

android gps return provider
android: how to fix gps with mock(fake) coordinates?

I'm trying to fix GPS programmatically when the GPS signal is not available. I want to do this in order …

android gps location locationmanager
Read data from a serial port to USB in Ubuntu using C++

I have a GPS that has a serial port, and it has a transfer cable from serial to USB. It …

c++ ubuntu gps serial-port usbserial
GPS Driver for .Net/C# for Pulling GPS Data From Any NMEA-Capable GPS Unit

I have a mapping application and I want to be able to allow my users to connect any GPS unit …

c# .net gps serial-port nmea
System.Data.Spatial DbGeography.Distance units?

When measuring the distance between two locations using the DbGeography.Distance(otherLocation) what is the unit of the distance? Even …

c# gps entity-framework-5 spatial
Get number of gps fix satellites?

I got the GPS_Location: double lo=gps_loc.getLongitude(); double la=gps_loc.getLatitude(); I got the Horizontal_Accuracy: …

android gps lg