Questions tagged as 'gps'

1
answer

Get Active GPS on Android

I need to show a message on the screen when I get the GPS position. That is, when you find the position where we are, we can see this because in our notifications menu it sets Location defined by GPS, while when it does not have the position it...
asked by 04.11.2016 / 17:44
1
answer

gps with NETWORK_PROVIDER

I am trying to position my location in an android application that I am developing. I was reading online that there are 3 types of providers and I read their differences so in the end I opted for NETWORK_PROVIDER but I can not understand if it i...
asked by 15.05.2016 / 21:03
1
answer

Is it possible to deactivate the gps to reduce the battery consumption in an app?

I am using the GPS in my application to define the exact location of Smartphone , ( latitud and longitud ), coupled with this I receive the coordinates in a Geocoder to get the name of the street according to the...
asked by 10.07.2018 / 22:22
2
answers

Error getting user's location - Android GPS

I am new to the development of applications for Android and I am creating an application which makes use of the user's location. The problem is that sometimes I get a Lat and Long of (0,0). I mean, he can not read it. But this only happens with...
asked by 21.03.2018 / 07:19
2
answers

Android LocationManager using getLastKnownLocation () value is not obtained

I make this query, even before it worked and I think (at least I think) have not deleted anything but I stop working. Can not find the location of the device to store latitude and longitude. The permissions in the Manifesto are, I'm telling y...
asked by 01.08.2018 / 16:54
1
answer

Receive and order GPS data in Raspberry

I am trying to receive some data from a NEO M6 GPS module in my Raspberry Pi 3 and I have already verified that there is communication between them. I have this script in python but it does not work for me. I do not understand python. import g...
asked by 27.05.2017 / 13:36
1
answer

How to use TGpsStatus.SatelliteCount?

Hello good afternoon everyone I'm trying to get the number of satellites with which a specific point was obtained in the GPS in Delphi 10.2 Tokyo. My program simply captures latitude and longitude with the TLocationSensor component and...
asked by 18.06.2018 / 23:26
1
answer

Xamarin Android - Get GPS date

I have a question to ask. I have an app that works as a work attendance clock, and when making the entry or exit, I get the GPS data, these are: Latitude Length Date and time. The detail I have is that if you change the time of the de...
asked by 13.04.2018 / 00:49
1
answer

Get GPS coordinates

I currently have a module 808 . My query is whether to get the GPS location with this module I just need to use the AT commands, or I can use libraries like TinyGPS . I currently have this code: #include <SoftwareSerial.h&...
asked by 01.12.2017 / 18:16
1
answer

Get current coordinate and set it in a text and that does not vary (That shows the one I'm taking at that moment) Android

Good morning: I have the following code that makes a map and puts two points on the same point A Start of the route I wrote it in the variable, point B End of the route I bring it from the database and I pass it from a previous activity for a pu...
asked by 06.06.2017 / 16:50