Questions tagged as 'gps'

1
answer

How to retrieve the GPS location in coordinates from all users of the application?

Explanation / Scenario: I'm developing an application that should redeem users' location in real time, and these users aware of this, will also have access to the location of other users, on a map, to find themselves: This location mus...
asked by 15.04.2014 / 21:27
1
answer

Pick up the user's location without using GPS

Hello. I'm developing an android application that needs to notify a group of users who are in a certain region. The only way I know of picking up the user's location is by using GPS. The problem is that enabling / disabling gps requires user...
asked by 11.11.2017 / 17:21
2
answers

Finding an address by latitude and longitude

Since I can get the full address of a geolocation, ex: Lat. 37.386196601958 Lon. -121.964346639 (Such a street, Such a neighborhood, cep: tal)     
asked by 13.02.2016 / 20:07
1
answer

Link address link with GPS applications

Personal I have a question, I am developing an ad platform and I came across an issue here. My advertiser signs up on the platform fills in the information puts your address and a google map to my question and the following: Through the addre...
asked by 09.03.2018 / 19:07
1
answer

How do I use GPS Location in my WEB application?

I'm creating an application and found a barrier, this application is for restaurants to monitor deliveries and likewise the user, also do it, I was doing through checkUp's whenever he stops, like in the post office, only that I realized that the...
asked by 30.03.2016 / 12:58
1
answer

Enable GPS within the application

Currently to check if GPS is enabled use the following code: public boolean checkSetting(){ LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); return manager.isProviderEnabled(LocationManager.GPS_PR...
asked by 21.04.2017 / 15:47
1
answer

Compare Coordinates

In my mysql I have a column where it contains positioning coordinates coming from a polygon, drawn in google maps api, the question is how can I compare the coordinates I have inside the column with a specified coordinate coming from a GET I'...
asked by 26.03.2016 / 20:46
1
answer

Avoid removing the TestProvider from the Mock Location

I'm trying to mock location for use in another application, but that application is removing my TestProvider, making it impossible to mock the location. How can I prevent this other app from removing my TestProvider ? The code that the ot...
asked by 30.11.2015 / 18:16
1
answer

Gps or antenna triangulation - How to know the accuracy of the location?

I have an app that uses the api Location and works right on most devices, but it has one that even the GPS does not work with proper accuracy (goes over the house and not on the street). By the test I made it uses triangulation of antennas ev...
asked by 20.04.2016 / 16:37
2
answers

GPS remains on after closing Activity

I'm using it in my application, GPS and Google Direction. It's working, but I've noticed the following. After I get back from the activity where the map is, the GPS icon on the smartphone does not come out, it looks like it's still consuming the...
asked by 18.07.2017 / 02:04