Questions tagged as 'gps'

1
answer

Pretend that device does not have GPS

I wonder if you have any way to "trick" the device during the debug talking that it does not have GPS. I do not want to just disable, if not during development the GPS will be found. I have the purpose of verifying that the device has the GPS...
asked by 13.08.2015 / 21:08
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
1
answer

Access location in windows 10 (universal application)

I was trying to convert an old my project 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 request access to the location of a computer mysel...
asked by 31.07.2015 / 01:21
3
answers

GPS location returns only null (0.0,0.0)

I have an Android app with multiple addresses. When you click on an address, you want to get the user's current location and play on link from google maps http://maps.google.com/maps?&saddr=" , along with destination coordinates....
asked by 10.07.2014 / 15:36
0
answers

Real-time monitoring using GPS

I'm creating an app for a pizzeria where the customer can see the location of the motoboy that will deliver his pizza in real time, but a question arose, I'd like to know how do I send my location via a web service to every 15 seconds without de...
asked by 16.11.2015 / 12:28
1
answer

Save in the photo the coordinates of the place where it was taken

I would like in my application when taking a photo, that this photo saves the location coordinates in the details of the photo, would it be possible? Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE.); intent.putExtra(String.valueOf...
asked by 17.07.2014 / 13:47
1
answer

Enable smartphone GPS

I'm developing an app that uses geolocation functions. The same is already taking the locations of the smartphone, and I can check if the connection of the GPS or not. So far, what I'm not getting is that if the GPS is turned off, ask the user t...
asked by 08.04.2015 / 13:59
2
answers

Variable map only receives null value

I'm making an app for people with addresses. Every time I open the map by setting the initial location with the cell phone's GPS, the app hangs and closes. In code analysis I noticed that the map variable is getting null, causing ha...
asked by 21.05.2015 / 18:38
1
answer

Enable / Disable GPS on Android 4.4.2

Hello. I'm developing a tracking application where at a certain point the user's location request is activated by activating their GPS and after that, GPS deactivation is done. In older versions of Android as in 2.3.3 it works but usually in v...
asked by 05.03.2015 / 19:25
1
answer

How to get nearby zip codes via Geolocation or GPS on IPhone?

I'm developing a delivery application, but I'm having trouble getting the auto-post through my location. Using the IOS CoreLocation library, I even get the zip code, but only the first 5 digits, and in some places NULL is returned Is th...
asked by 14.04.2015 / 14:34