Questions tagged as 'gps'

1
answer

Conversion from Hex to Decimal using Complement of Two

I need to convert a string HEX to decimal , string uses the default Complement of Two and IEEE-754 to set the number of decimal places It is a tracking system, according to the manual a string C1B6DF66...
asked by 09.03.2018 / 01:08
1
answer

How to get the location of the GPS from who access the website?

Hello I need to develop a website that creates routes, I'm using the Google API's JavaScript. I need to get the location of the user, but the same should be the GPS if the user is accessing through a mobile device, not IP as the function of HTML...
asked by 14.07.2016 / 17:40
2
answers

How to calculate distance from user's location with another address?

What I need to do is pretty simple, but I do not know how. It works like this: I pass an address to the user and as soon as he is in the place he presses a button, when doing this the application should know if it is in the (or very close) lo...
asked by 27.09.2015 / 18:34
1
answer

Does C # support GPS?

Is it possible via a computer to find the location of a cell with altitude, longitude and latitude using C #? Is there a library for this? Do I need any specific hardware to implement this idea of locating a device? (Which can be anywhere...
asked by 06.05.2014 / 02:08
2
answers

Code to check if GPS is active

Good morning, I'm developing an application that checks for vulnerabilities in Android and would like to know if anyone knows of an open source application or know the code that verifies that the GPS is active or check all applications on the de...
asked by 30.01.2015 / 13:06
1
answer

How do I use progress bar

I have an android application, which brings latitude and longitude. I wanted the moment he is requesting it to put a progress bar to give feedback. follows the location code private void start(){ locationManager = (LocationManager...
asked by 24.07.2015 / 14:56
2
answers

How to get information from Satellites via LocationServices

There are app's that show how many satellites your GPS managed to communicate. Here's an example: link I've seen some examples where GpsStatus.Listener is used in LocationManager . But nowadays instead of Locati...
asked by 27.10.2016 / 18:46
1
answer

How to mount GPS bar code numbers? [closed]

How to mount GPS bar code numbers? Any suggestions? (GPS - Social Security Guide)     
asked by 12.06.2015 / 14:24
1
answer

GPS on Android - Map = null

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. [UPDATE] In analysis to the code I noticed that the variable "map" is receiving null v...
asked by 20.05.2015 / 21:12
1
answer

How to get the device's last location

I would like to know if there is any way to get the last location of GPS , before I run the option to execute obtaining the current position. public class Localization{ private GetGPSResponse delegate = null; public void setDelegate(GetGP...
asked by 21.03.2015 / 14:49