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.

Android Location Manager, Get GPS location ,if no GPS then get to Network Provider location

I am using this given below code to get locations: public Location getLocation() { try { mLocationManager = (LocationManager) context.getSystemService(LOCATION_SERVICE); // …

android gps android-location
Algorithm to find all Latitude Longitude locations within a certain distance from a given Lat Lng location

Given a database of places with Latitude + Longitude locations, such as 40.8120390, -73.4889650, how would I find all locations within a …

algorithm geolocation gps location latitude-longitude
Is it possible to create turn-by-turn GPS navigation app on Android/iOS using Google Maps?

Today I've talked to a client and he wants to build a simple navigation APP on Android! Basically we could …

android ios google-maps navigation gps
How to enable Location access programmatically in android?

I am working on map related android application and I need to check location access enable or not in client …

android gps location-services
How accurate is Android GPS?

I thought I have read somewhere that the accuracy of Android's GPS is about 10 cm? Can anyone verify or correct …

android gps
Real time GPS Tracker on JUST HTML / JS and Google Maps to be run on a handphone? Is it possible?

I have read up on GPS Real time tracking and found out several things about it, mostly requiring PHP, zope …

javascript html google-maps gps tracking
Convert from latitude, longitude to x, y

I want to convert GPS location (latitude, longitude) into x,y coordinates. I found many links about this topic and …

gps mapping geometry
Android Fake GPS location apps do not work anymore

I used to work with this application: https://play.google.com/store/apps/details?id=com.fakegps.mock&hl=…

android google-maps gps mocking location-services
How can I enable disable GPS programmatically in Android?

I am creating an anti-theft application and, locating my phone through sms and it works perfectly until 2.3. But in 4.0 I …

android gps