Abbreviation for Global Positioning System; a navigational system using satellite signals to fix the location of a radio receiver on or above the earth's surface. Also "GPS" refers to the radio receiver so used.
0
votes
0answers
4 views
requestLocationUpdates with PendingIntent and Broadcast - what broadcasts do I get
I have setup an alarm which is received by a BroadcastReceiver which launches a WakefulIntentService LocationMonitor). In the service I have :
private static final int MIN_TIME_BETWEEN_SCANS = 1 * 30 ...
0
votes
3answers
19 views
GPS Track, computing height difference
I have implemented a GPS Tracker for Android. So far it is working quite nice but I have problems computing the right height difference for the track. I want to sum up all meters the device "climbed" ...
0
votes
2answers
21 views
How to enable/disable gps and mobile data in android programmatically?
I want my application to be able to enable/disable gps and mobile data programmatically as there are many apps like tasker, profile flow, lookout extra which can do this so i searched for it but not ...
0
votes
0answers
10 views
CANCEL GET REQUEST WITH GPS
I am creating an apk that send GET requests in background.
When the apk start, it have to cancel/stop GET requests and send Others (new requests). How can i made this?
I want to cancel the GET ...
0
votes
0answers
11 views
Poll data through UBX
I am writing a code on C++ to communicate with a GPS receiver. The GPS communicates through UBX protocol which is designed such that when sending a message with no payload the message is polled. I ...
-1
votes
1answer
17 views
GPS Coordinate - Data type in C++
I am working on C++ with GPS coordinates, as the format is usually as following "338766,703"
I tested this data with some datatypes however after processing with vector, the output is just "338766" I ...
0
votes
0answers
41 views
Using LocationClient to get Location updates
How do i use locationclient class along with requestLocationUpdates(LocationRequest, LocationListener) to get location updates in android? I've tried the following code, but its not working. can any ...
0
votes
1answer
14 views
How can I manually send GPS data to Location Manager on my android phone(rooted)
My question is, How will actually LocationManager get data from GPS device on mobile?
Can I manually give LocationManager data which i intended to give??
For my testing I require such thing.
Or Can ...
0
votes
0answers
23 views
Set programmatically location by Wi-Fi in Android
I have an application with gps and wireless permissions.I want to set programmatically location with gps satellites and location determined by Wi-Fi.
I`m done with gps satellites :
Intent intent = ...
0
votes
1answer
20 views
Android generate / get kml google earth file from coordinates
Hi does anyone has a glue how to get a kml file out of a set of coordinates measure with an android device?
Thanks,
0
votes
1answer
20 views
android: get geographic region?
I have not seen anything in the APIs that gives you the region that a specific country is in. For example, I can't list all the countries in the Latin America/Baltic regions of the world with any of ...
0
votes
0answers
19 views
Windows Phone: Define a GPS Path
I have an application with a List of geographic coordinates, right know I use these points to get a static map with the path they represent from the Google Maps Api.
What I wanted to do now was to ...
1
vote
2answers
51 views
LocationRequest in Google Play Services isn't updating for interval set as less than 1 second.
I'm developing an android app in which I need to show location updates with some 30-40 updates per second.
I'm using the Location APIs of Google Play Services, introduced in Google I/O 2013. It uses a ...
0
votes
2answers
46 views
how many GPS satellites can be search by handset? [closed]
These days I play google ingress, but sometimes My phone can not location,I try to use gps tools to test my phone, only 10 satellites can be searched.
I compare my phone with samsung galaxy S3.
My ...
0
votes
1answer
42 views
Android Java code is giving Syntax error on break statement
I need help on figuring out why this code is giving me:
Syntax error on token ":", { expected after this token/line
108,109,110(label125,label192,label202 in the beginning)/Java Problem
...
0
votes
1answer
27 views
send packet to UBX protocol
lately I have been working on a GPS reciever that supports both UBX and NEMA protocols. I am using serial programing on C++. I am trying to use UBX protocol, but it seems that I only recieve from ...
0
votes
2answers
26 views
Region Monitoring iOS App using an external GPS like GNS 1000
I'm developing a region monitoring app, but want to use an external GPS so I can narrow down the regions to 15-20 m and get higher accuracies. I am connecting the iPhone to an Arduino to communicate ...
-1
votes
1answer
21 views
LocationManager GPS accuracy gets better when running Android's Navigation app
I have a very simple app to get GPS location and write info about the location to a TextView. When this app runs, the accuracy of the GPS locations are typically over 100. But if I then start the ...
0
votes
2answers
36 views
How can I read the GPS sensor data more frequently?
Even if I set requestLocationUpdates to 0 seconds and 0 meters, the GPS sensor data updates only about every second. I need the satellites SNR data more fequently; 10/s would be nice. Is there any ...
0
votes
1answer
178 views
New Android Geofence Api - Sample code does not alert/notify when at location
I need some clarity on the sample code supplied with Geofence guide as posted here :
https://developer.android.com/training/location/geofencing.html
I ran the code and I see that geofences are ...
0
votes
1answer
38 views
Android calculate angle between 2 GPS coordinates [duplicate]
I'm developing an application where I show the user's movements on a map using GPS coordinates. Calculating the size of the movement between two location with loc1.distanceTo (loc2), where loc1 and 2 ...
0
votes
3answers
50 views
Getting location data on an Android device in certain intervals
I am trying to make an Android app which takes the location data in certain intervals e.g:- 5 sec, 1 min,etc. Here is my code :-
public void onLocationChanged(Location loc) {
...
0
votes
2answers
29 views
CLLocation accepts longitude and latitude greater or less than their min and max values
As far as I know, the max and min values are:
latitude: [-90, 90]
longitude: [-180, 180]
CLLocation still accepts values beyond these limits, for example:
[[CLLocation alloc] ...
0
votes
1answer
21 views
Finding misplaced items [closed]
My family is very forgetful and always misplacing items (keys, phone, wallet, ipod, id cards, etc). I am looking for an efficient way to find an item that is misplaced. I can never get them to put ...
0
votes
1answer
39 views
live updating google maps for real time data in python
So I have a very large amount of GPS data with latitude and longitude over time and I need to create a live updating movie to show the motion of the patients in real time
I need an API for python (I ...
0
votes
1answer
32 views
GPS. Always same point
I wrote a small app to log my GPS position.
It works well but on the phones I get strange results.
If I put a phone on the bench and start logging after maybe 20 given points GPS starts to give me ...
0
votes
0answers
32 views
Why is output of GPS using python zero or Nan?
I'm having troubles with GPS output. When i type:
$ cat /dev/ttyUSB0
i have NMEA sentences coming out (it's what i want)
$GPGGA,134131.000,4548.0018,N,01557.1026,E,1,06,1.5,123.8,M,42.4,M,,0000*56
...
1
vote
1answer
33 views
Unable get the proper altitude from gps satellite in android Device
i am using android in my small spy android helicopter i am getting proper latitude and longitude when it is above 500ft from the ground ,i am doing landing of my helicopter based on the height ...
0
votes
2answers
38 views
Converting GPS coordinates into 3D model
As the question says, I am looking to use GPS coordinates (say from Google maps) to build a 3D model (a road).
So it should work as follows:
You go to Google maps and select a route (this can be ...
0
votes
1answer
18 views
Run thread after app closes with Timer
I am making a test app which starts a Thread on a button click.
I am finding location through GPS within the thread.
But when I close the app, the thread gets destroyed.
I want to start a thread that ...
0
votes
1answer
27 views
iOS - Best Approach to Determine Distance Traversed
I am trying to come up with an approach for a iOS based solution where the application needs to calculate the distance traversed by a user. The use will be walking and capturing distance traversed ...
1
vote
1answer
23 views
Measure distance walked with GeoPoint and displaying distance to user
In my app I am trying to make it possible to calculate the distance a person walks. To do this I have created a LocationHelper class that should get me the current GeoPoint every 30 seconds or 10 ...
0
votes
0answers
28 views
Generate GPS Route programatically, preferably in Python
I want to generate a route based on a departure and destination address.
Ideally I want something like http://py-googlemaps.sourceforge.net/, but one that actually works TODAY (GoogleMaps have again ...
0
votes
2answers
44 views
GPS Tracking Comparison (Android)
I am developing an indoor map app for my college. I have stored the longitude and latitude for each place in the map in the database. The next step is getting the user's location from the GPS and ...
0
votes
1answer
26 views
phonegap Geolocation without WiFi and mobile network
I am developing an application by Phonegap for android and use its Geolocation method. But only when mobile network or WiFi is available, this method works.why?I want use this method without WiFi ...
0
votes
2answers
30 views
Given GPS of ppoint1 and distance and angle of point2 from point1 , find GPS of point2 iOS [closed]
I have a MapImage with 20 points. I know (x,y) of all points on the map image. I also know the GPS lat and long of two of the points.Using this information I need to calculate GPS lat and long for ...
0
votes
2answers
58 views
context of service is null
I wrote a service that give GPS location and in location changed i want to compare location information with values from my shared prefrence and show a toast or alart dialog but shared prefrence and ...
-1
votes
1answer
58 views
Load Google map in to desktop application using C# [closed]
My application is use to track the location of the mobile phone through GPS signal coming from the device and load that location in to Google map using C# code. This application supposed to develop as ...
-1
votes
0answers
10 views
Best way to calculate distance of a set of lat longs
I have a set of lat longs from a gps device with speed, and various events of a vehicle. What will be best way to find the distance traveled if am getting consecutive lat longs.
If the vehicle is ...
0
votes
1answer
24 views
android publishing: app not compatible with many devices
I am publishing a GPS based app for API 11+.I tested and developed it mainly on an ASUS TF201(the notorious prime) and some HTC and samsung phones. In the publish page-> device compatibility it shows ...
-4
votes
0answers
67 views
Generate UIAlert when gps speed decreases to zero [closed]
How to Generate UIAlert when gps speed decreases to zero
Here is my code
- (void)viewDidLoad
{
[super viewDidLoad];
CLController = [[CoreLocationController alloc] init];
...
1
vote
0answers
34 views
External GPS Module for Android App [closed]
Is it possible to buy an external GPS module and make it communicate with an android phone through an app?
If yes, then what kind of module and what to start with?
I just need some help to get me ...
2
votes
1answer
33 views
Android with GPS and GPRS for 15 days [closed]
Analysis
I have an application for android phones to collect and transmit livestock GPS position data to a server... At the moment I transmit the position once/10min. The battery lives for 1 day, ...
0
votes
0answers
16 views
Android Latitude and Longitude issue
i have this code, i can't get the latitude and longitude on my editText but no data is received.
I would like some help since i'm stuck here.
When i click on my button no information is received so ...
1
vote
1answer
34 views
Longitude, Latitude, Altitude to 3D-Cartesian Coordinate Systems
I'm wondering about the transformation from Lat,Lon,Alt Values to 3D-Systems like ECEF (Earth-Centered).
This can be implemented as follows (https://gist.github.com/1536054):
/*
* WGS84 ellipsoid ...
0
votes
3answers
48 views
Location is not working in my app properly
Pasted below is my class for getting coordinates from user. But sometimes, I get latitude and longitud as null. I know this is because I have no network enough, or I'm inside a building, or whatever ...
0
votes
1answer
31 views
How can I get turn by turn directions using gps coordinates or waypoints programatically in android
I have an android app that basically takes gps coordinates from where a user travels. I want to be able to take those coordinates and pass them into the navigator so that I can get turn by turn ...
0
votes
1answer
23 views
Mocking gps locations in phonegap
I'm relatively new to Phonegap and I would like to know if there is a way to mock gps location on a android device using it or if using the Location class in android is the only way to do it?
1
vote
0answers
26 views
Setting GPS and waiting for enable
I have a problem with setting GPS service . I want to check if GPS is enable . If it is disable , it will display a dialog to user turn it on . The problem is it not wait for user enable GPS and get ...
0
votes
1answer
27 views
Export KML file, google earth with fake time
I want to export my route to kml with fake time. I'm able to export route to kml file but there is no timestamp in kml file. Anyone can help ? I would be thankful.



