Most voted "gps" questions
GPS stands for "Global Positioning System" which stands for global positioning system. GPS is a satellite navigation system.
Learn more…67 questions
Sort by count of
-
20
votes1
answer15905
viewsHow to rescue the GPS location in coordinates, from all users of the application?
Explanation/Scenario: I am developing an application that must redeem in real time the location of users of the same, and these users aware of this, will also, access the location of other users, in…
-
7
votes2
answers16310
viewsHow to find an address by latitude and longitude
How do I get the full address of a geolocation, ex: Lat. 37.386196601958 Lon. -121.964346639 (Street tal, Neighborhood tal, cep: tal)
-
6
votes1
answer611
viewsGet user location without using GPS
Hello. I’m developing an application on android that you need to notify a group of users who are in a certain region. The only way I know how to get the user’s location is by using GPS. The problem…
-
6
votes1
answer1122
viewsHow do I use GPS Location in my WEB application?
I’m creating an application and I found a barrier, this application is for restaurants to monitor deliveries and in the same way the user, also do it, I was doing by way of checkup’s whenever he…
-
6
votes1
answer819
viewsLink address with GPS applications
Guys I’m having a question, I’m developing an ad platform and I came across an issue here. My advertiser registers on the platform fills in the information puts your address and a google map my…
-
5
votes1
answer228
viewsAvoid removing the Testprovider from Mock Location
I am trying to mock location for use in another application, but this application is removing my Testprovider, making it not possible to mock the location. How can I avoid this other app from…
-
5
votes1
answer1838
viewsCompare Coordinates
In my mysql I have a column containing positioning coordinates coming from a polygon, drawn in the google maps api, the question is how can I compare the coordinates I have within the column with…
-
5
votes1
answer585
viewsEnable GPS within the app
Currently to check if the GPS is enabled use the following code: public boolean checkSetting(){ LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); return…
-
4
votes1
answer1601
viewsGps or antenna triangulation - How to know the accuracy of the location?
I have an app that uses the Location api and works right on most devices, but has one that even on the gps does not work with adequate accuracy( goes over the house and not on the street). By the…
-
4
votes2
answers151
viewsGPS still on after closing Activity
I’m using in my app, GPS and Google Direction. It’s working, but I noticed the following. After I return from Activity where you have the map, the GPS icon of the smartphone does not come out, it is…
-
3
votes1
answer1815
viewsHow to assemble GPS bar code numbers?
How to assemble GPS bar code numbers? Any suggestions? (GPS - Social Security Guide)
gpsasked 9 years, 5 months ago Vagner Araujo 153 -
3
votes1
answer2238
viewsHow to get the GPS location of who access the website?
Hello I need to develop a website that creates routes, I’m using Google API’s Javascript. I need to get the user’s location, but the same should be the GPS if the user is accessing through a mobile…
-
2
votes1
answer1238
viewsDoes C# support GPS?
It is possible via a computer I find the location of a cell phone with altitude, longitude and latitude using C#? Is there a library for that? Do I need any specific hardware to be able to put into…
-
2
votes3
answers647
viewsGPS location returns only null (0.0.0.0)
I have an application for Android devices, with several addresses. By clicking on any address, I wanted to take the user’s current location and play link google maps…
-
2
votes2
answers4640
viewsCode to check if GPS is active
Good morning, I am developing an application that check vulnerabilities on Android and would like to know if anyone knows an application with open source or knows the code that checks if the GPS is…
-
2
votes1
answer76
viewsPretend the device doesn’t have GPS
I wonder if there is any way to "cheat" the device during debug by saying that it has no GPS. I don’t want to just disable, otherwise during development the GPS will be found. I have the purpose of…
-
2
votes1
answer514
viewsHow to get the last device location
I wonder if there’s any way to get the last location of GPS, before I run the option to perform obtaining the current position. public class Localization{ private GetGPSResponse delegate = null;…
-
2
votes1
answer165
viewsGPS on Android - Map=null
I’m making an app for people with addresses. Every time I open the map setting the initial location with the phone’s GPS, the app locks and closes. [UPDATE] When analyzing the code I realized that…
-
2
votes2
answers5153
viewsHow to calculate distance from the user’s location to another address?
What I need to do is very simple, but I don’t know how to do it. It works like this: I pass an address to the user and once he is in place he presses a button, while doing this the application must…
-
2
votes0
answers150
viewsReal-time monitoring using GPS
I am creating an app for a pizzeria in which the customer can see the location of the motoboy who will deliver his pizza in real time, but a question arose, I would like to know how to send my…
-
2
votes1
answer8939
viewsHow I use the Progress bar
I have an android app, which brings latitude and longitude. I wish the moment he’s ordering him to put up a bar for feedback . follows the location code private void start(){ locationManager =…
-
2
votes1
answer226
viewsAccess to location in windows 10 (universal app)
I was trying to convert an old project of mine made for Windows phone 8.1 to a universal application for Windows 10, when I came across this error below. The question is, how do I fix it? , how do I…
-
2
votes1
answer88
viewsConversion from Hex to Decimal using Two Add-on
I need to convert a string HEX for decimal, to string uses the Complement of Two standard and IEEE-754 to define the number of decimal places It is a tracking system, according to the manual to…
-
2
votes2
answers132
viewsHow to get information from Satellites through Locationservices
There are app’s that show on how many satellites your GPS managed to communicate. Follow an exmeplo: https://play.google.com/store/apps/details?id=com.chartcross.gpstest I saw some examples where…
-
1
votes1
answer2122
viewsSave, in the photo, the coordinates of the place where it was taken
I would like that in my application when taking a photo, that this photo stores the location coordinates in the details of the photo, this would be possible? Intent intent = new…
-
1
votes1
answer292
viewsHow to get location coordinates in offline mode
As far as I know, coordinates, latitude and longitude depend on GPS hardware and not necessarily on Internet connection or data. There is a way to get this data through a browser (web app) on a…
-
1
votes0
answers80
viewsSave route according to feed
How to save route using CLLocation and Mapkit, and score multiple points on the map by updating as you move?
-
1
votes1
answer3150
viewsEnable / Disable GPS on Android 4.4.2
Hello. I am developing a tracking application where at a given time is made the request of the user’s location activating your GPS and after that, is made the GPS deactivation. In older versions of…
-
1
votes1
answer614
viewsActivate the smartphone’s GPS
I’m developing an app that uses geolocation functions. The same is already getting the smartphone locations, and I can check whether the GPS connection or not. Until then quiet, what I’m not getting…
-
1
votes1
answer309
viewsHow to get nearby Ceps via Geolocation or GPS on Iphone?
I’m developing an app for delivery, but I’m having trouble getting the automatic zip code through my location. Using the library Corelocation from IOS, until I get the zip code, but only the first 5…
-
1
votes2
answers114
viewsMap variable only gets null value
I’m making an app for people with addresses. Every time I open the map setting the initial location with the phone’s GPS, the app locks and closes. While analyzing the code I realized that the…
-
1
votes1
answer779
viewsXamarin Forms - Plot GPS route
Good evening! Does anyone have an example of how to use GPS in Xamarin? I’m developing a project (PCL), which would plot the route between two points, but I’m still having some doubts. I can trace…
-
1
votes1
answer177
viewsDisable GPS via code on Android 4.2 up?
How can I disable GPS via code, without user intervention?
-
1
votes0
answers1865
viewsHow does the Locker or similar GPS app work?
I’m developing an Android app, which monitors the path traveled by a machine in the field, so I need the GPS points to be fixed and more accurate, something that only GPS Locker can do, but I would…
-
1
votes0
answers116
viewsHow to maintain GPS coordinates obtained between Activities?
I’m trying to get the GPS coordinates on Android. I developed the search class and I get the position normally but the problem is that the user does not have time to wait for the device to find the…
-
1
votes0
answers217
viewsReception problems in the GPS module signal
I am trying to develop a program to capture coordinates by the GPS module and send the information to a server concatenated in url form, which will handle the information and display my location…
-
1
votes1
answer31
viewsContextcompat.Checkselfpermission . NET Standar 2.0
I’m racking my brain and looking for a code example that asks for permission to some feature (camera, GPS), and everyone I meet makes use of Contextcompat.Checkselfpermission, but the…
-
1
votes0
answers79
viewsArduino (Tinygps) - why gps.Ncode always returns false?
I’m doing some tests with Arduino UNO and the NEO6MV2 gps module. It’s a very populous component, but I have two modules with the same problem: By running the code the Tinygps lib cannot translate…
-
1
votes0
answers56
viewsPick up current location after connecting GPS - android
I am new to Android and am in need of any help. I’m making an app that when opening, I want to be displayed the map with the current location of the user. The problem is that when the GPS is turned…
-
1
votes1
answer248
viewsUsing regex to convert latitude and longitude coordinates of degrees/minutes/direction to decimal in python
I am trying to convert latitude and longitude data into python which are in the following format: Latitude Longitude 27º59' N 86º55'E This data was extracted from the following web page and…
-
0
votes2
answers791
viewsHow to display GPS coordinates
Guys I’m new I’m attending Sistemas de Informação and has been proposed a work in which need to use a cellular hardware element. I chose to make an application that displays the coordinates, I…
-
0
votes1
answer2033
viewsEnable/Disable GPS via Delphi
There’s some specific code to enable the GPS, but I haven’t found it yet. What I saw online was: Post na Stack - On/Off GPS however, this code is in JAVA. Whatever he could ride in Delphi was: var…
-
0
votes1
answer86
viewsGoogle play services and setInterval
I’m trying to use google play service to get the user’s position. The problem is, I have a dynamic time frame for sending this position to the server. However, Locationclient does not respect this…
-
0
votes1
answer224
viewsGet my location through reverseGeocodeLocation
I would like your help to solve a problem, I have a delivery system that gets my location using GPS, I’ve been reading something about "reverseGeocodeLocation", but I get only one result but it’s…
-
0
votes1
answer534
viewsHow to get markers close to the user’s location?
Good night Anyone who knows the Tinder app knows that a map is not shown, but knows that it takes the user’s location and uses it to look for people who are close in a certain radius. I would like…
-
0
votes1
answer76
viewsApplication to give directions by gps on android?
I was thinking about developing an android app for bus/bus users to find stops. The idea would be to have my coordinates the coordinates of the stop and see the distance , but I also need…
-
0
votes1
answer99
viewsMonitor IOS users in real time
Someone would know how to answer me the best way to get the location of a user in real time through GPS on IOS, I’m wondering if it would be correct if I get the location of the user every 10…
-
0
votes0
answers67
viewsSend location to a background Webservice
How to make my IOS application using objective-c send my location in the background without wasting battery, and not fail and not fail by Apple, someone would have an idea how to do this?
-
0
votes0
answers72
viewsPick new coordinates whenever the user moves the marker
The application is already picking up the correct user location, but I wanted if the user moved the marker to another street, the application to pick up this new coordinate. Follow the code below…
-
0
votes0
answers807
viewsHow to capture data from a gps connected in php
I am trying to develop a tracker system. I have managed to connect the gps with my php server. Only that I am a layman in the subject and I do not know how to capture the msgs that the gps sends me.…