Questions tagged as 'gps'

1
answer

How to get location coordinates offline

As far as I know, the coordinates, latitude and longitude depend on the GPS hardware and not necessarily on the Internet or Data. Is there a way to get this data through a browser (web application) on a GPS smartphone?     
asked by 09.08.2014 / 03:14
1
answer

ContextCompat.CheckSelfPermission .NET Standard 2.0

I'm breaking my head and looking for an example code that asks permission to some recourse (camera, GPS), and everyone I meet makes use of ContextCompat.CheckSelfPermission, however the Xamarin.Android.Support.Compat package is incompatible with...
asked by 30.09.2018 / 00:57
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
0
answers

How does the GPS locker or similar app work? [closed]

I'm developing an Android app, which monitors the path of a machine in the field, so that the GPS points come fixed and more accurate, something that only GPS Locker can do, but would not want to be dependent I'd like to put it inside the app I'...
asked by 22.02.2017 / 20:58
0
answers

Receiving problems in GPS module signal

I'm trying to develop a program to capture coordinates through the GPS module and send the information to a concatenated url server, which will handle the information and display my location through the Google Maps API, but at first I'm testing...
asked by 12.08.2016 / 20:44
1
answer

Disable GPS via code in Android 4.2 up?

How can I disable GPS via code without user intervention?     
asked by 02.08.2016 / 16:07
0
answers

How to keep the 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 search the position and when browsing and a new Activi...
asked by 18.03.2016 / 14:07
0
answers

Record route according to the advance

How to record route using CLLocation and Mapkit , and mark several points on the map updating as it moves?     
asked by 26.11.2014 / 13:43
1
answer

Xamarin Forms - GPS route trace

Expensive, good night! Does anyone have an example of how to use GPS on Xamarin? I'm developing a project (PCL), which would trace the route between two points, but I'm still having some doubts. Can I trace the route with just the address?...
asked by 14.06.2016 / 03:15
1
answer

Enable / Disable GPS via Delphi

There is some specific code to enable GPS, but I have not found it yet. What I saw online was:    Post on Stack - On / Off GPS However, this code is in JAVA. What I was able to mount in Delphi was: var poke : JIntent; begin...
asked by 22.09.2014 / 13:40