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
-
0
votes1
answer317
viewsWhy is the Locationlistener onLocationChanged so inaccurate?
I’m working with Android gps. I’m using the LocationManager.GPS_PROVIDER and it is giving me very bad points, far away from my location. Has anyone ever worked with this tool? is normal? I thank you…
-
0
votes0
answers266
viewsI cannot get data from the Openweathermap API When I use GPS Coordinates as an Argument
I’m trying to make a small application that consumes the API OpenWeatherMap but to use the location of the device to do so, the coordinates. I was able to get the coordinates of the device however…
-
0
votes1
answer5270
viewsDistance in meters between two coordinates using Javascript
Can you help me solve a problem? I need to calculate the distance in meters between two GPS coordinates. But I need to do it using pure Javascript. The context of this is that my application needs…
-
0
votes1
answer100
viewsConfigure GPRS module
I am developing a project that aims to take the location of the GPS and send via GPRS to the server. However I want to know how to configure the APN so that it can be accepted chip of any carrier in…
-
0
votes1
answer146
viewsHow to keep Mainactivity "feeding" map Activity?
I have this code and at the moment I need to pass a latitude and longitude to receive on the map and show the current position the user is in, the problem is that when passing to the Intent of the…
-
0
votes0
answers32
viewsI’m developing an android app from a store network
I would like to know how to get my location and display a Maker. Then I would like to create a web service that provides the coordinates of a store network. In case I have to display the stores…
gpsasked 6 years, 11 months ago Téc Tutoriais 1 -
0
votes1
answer63
viewsHow to get GPS coordinates and GPS speed using Objective-C or Swift?
#import "GetLocationViewController.h" #import "LocationDetailViewController.h" #import "SetupViewController.h" #import "CLLocation+Strings.h" @interface RoutePoint :…
-
0
votes2
answers75
viewsHow to approach the vision of its location, and make it follow along a path?
please, I am new in the area and am creating an app that will count the distance, speed, calories spent and time by the user during a run/walk. the simulator is finding the location, but the screen…
-
0
votes1
answer81
viewsstartMonitoringSignificantLocationChanges Does not work in background
I’m making an app that uses the device’s location service. It necessarily needs to be capturing the positions when there is a change of location and should capture in all situations…
-
0
votes1
answer168
viewsHow to calculate distance travelled by me in Swift
I am trying to calculate the distance I travel between my starting point, until the moment I stop my race/change screen. Can you help me? The most relevant parts of the code are listed below.…
-
0
votes0
answers84
viewsGPS on, but no longer works in APP
td well? Next, I’m implementing a GPS code in my APP. It was working everything normal until then, until the time I tested turn off the GPS of the phone - to see if it gave error in the same APP.…
-
0
votes1
answer30
viewsGet permission status when user has given permission to Runtime location access on Android
I’m getting the location data using the LocationManager on Android and would like to know how I can catch the action only if the user allow the app accesses your location data. For example, using…
-
0
votes1
answer984
viewsObtain approach radius from a geographical coordinate
I have a PHP application that gets the latitude and longitude of an address, using the Google Maps API. The idea is to delimit a "tolerance" distance around this point to later validate whether the…
-
0
votes0
answers165
viewsVery large delay when getting GPS coordinates
I’m having delay problems getting GPS coordinates. I pick them up the moment the user presses a textbox to validate the data. Motorola’s Vics are doing fine. Now testing on the Oneplus 3T (A3000)…
-
0
votes1
answer103
viewsUse Highest Precision Possible on Android GPS
I’m building an app that by going through a "line", defined by an interval of latitudes and longitudes, recognizes the passage and displays it in a View. But I noticed that when passing through the…
-
0
votes0
answers25
viewsInactive GPS notification running on APP startup only
Ola, I need to adjust the app I’m developing so there’s notification whenever GPS is disabled. When the app starts, if the GPS is disabled, it alerts and then starts the Switch to location settings.…
-
-1
votes2
answers1032
viewsHow to store GPS coordinates in a PHP web application?
I am making a web application that will monitor the displacement of individuals through receiving every 5 seconds of GPS coordinates. I can receive the coordinates and plot on the screen with the…