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
13 views
Mobile Website 'Find the Closest' feature?
I'd like a 'Find the Closest' (location of my client's 11 stores) on their mobile website.
(And I'd like it to be a list, not a map... then you can click to get the map.)
Is this as 'easy' as using ...
0
votes
3answers
19 views
I need to debug my Android app while not plugged into my computer
So, let me start off by saying that I am 'relatively' familiar and comfortable with making Android apps and using both LogCat and DDMS to debug.
That being said, I'm encountering more of a logistical ...
2
votes
0answers
13 views
The time in GPS Client when trying to see and lock onto satellites
I would like to know if we could change the time in GPS client when it is trying to see and lock onto the satellites.
Everytime, I start the GPS client on my Android phone, it has the month=1 and ...
0
votes
2answers
26 views
Collecting Iphone GPS data
So I know that there are all these plug-ins for apps that use GPS data, but that is not what I am asking...I wrote a Python library that uses GPS data, and I was wondering if the Iphone stores your ...
0
votes
0answers
6 views
OpenDMTP or HTTP + AMF for GPS tracking with python
I need to send GIS informations like GPS coordinates, timestamp, speed, etc.. from a device (ex. Smartphone) to a webserver (ex. Apache + Django).
I know that exists OpenDMTP, a fast protocol for ...
0
votes
2answers
19 views
LocationManager requestLocationUpdates() in GPS Android
I have developed an application as a service that handles basic HTTP requests. When the phone receives a HTTP Post request like: http ://IP:port/gps/on, it should register to the GPS listener like the ...
-1
votes
0answers
15 views
Detect Location at regular interval in android and show notification when location does not changes for 30 min
I want to implement a program which tracks user location at 1 min interval and store in database. if the last saved location does not change for 30 min then i have to give the notification to user and ...
0
votes
0answers
33 views
An accurate GPS algorithm - Android
I'm currently trying to build a tracking app. I use the GPS straight from the API, but the accuracy is terrible!
On a good day I get 6 meters for half a minute and then it goes jumpy.
I tried in on ...
1
vote
3answers
50 views
Is GPS Spoofing possible in iOS sdk?
Is there any way in iOS to spoof the GPS location. I mean to say show user different coordinates not the real one ?
Thanks!
-2
votes
1answer
30 views
GPS doesn't fix seeing 16 sattelites [closed]
I'm receiving odd NMEA responses when trying to use GPS:
$GPGSA,A,1,,,,,,,,,,,,,,,*1E
$GPGSV,4,1,16,05,,,,14,,,,11,,,,02,,,*79
$GPGSV,4,2,16,23,,,,28,,,,12,,,,01,,,*71
...
0
votes
0answers
7 views
Best method to get the rough user movement speed
I am using Google-Play-Services to track user activities. In case of a walking activity or bicycle activity I want to calculate the rough speed the user is moving. Is there any simple method? Location ...
1
vote
0answers
16 views
Thread stop of geocalizacion?
desire somehow stop this function "use gps"
private void localizacion() {
progressDialog = ProgressDialog.show(
actUsarGPS.this, "Por favor espere", "BUSCANDO", true);
handler ...
0
votes
0answers
22 views
Android Determine GPS status from kernel module
I know that devices manufactures don't expose the source code of the drivers and low level components that communicate with the GPS hardware.
I wanted to ask if there any way to determent whether the ...
0
votes
1answer
74 views
How to compute distance of two geographical coordinates?
I read this question and implemented the accepted answer in Python (see below). It works in principle, but the results are consistently about 30% higher than expected (Czech Republic) - is that the ...
0
votes
0answers
12 views
LAR mobile ad-hoc Android Reserch
I'm going to create a Disaster Management System Application using Android...
when some disaster happens and all the networks and communication systems become failure.
then no way to communicate with ...
0
votes
1answer
29 views
How to parse getJSON correctly?
I want to parse latitude, longitude and time from a file in json format.
In file the data is saved like this:
[{"lat": 55.7997016667, "long": 15.97143, "time": "2013-06-14 12:50:40"}, {"lat": ...
0
votes
0answers
22 views
Navigate directly to GPS location
Is there any way (other than google.navitation intent, which only works with Google Maps) for any offline GPS app to request from a third party app a navigation to a location?
I mean straight ...
0
votes
1answer
28 views
Checking GPS status with Google Play Services
Google recommends now using Google Play Services to manage user location.
But how can we, using this API, check wether GPS is turned on in device or if we still have gps connection?
In ...
0
votes
1answer
35 views
AsyncTask to get Location in android go wrong with “can't create handler inside thread that has not called looper.prepare()”
all
I have carefully read many related Q&A in this site, but nothing help me. Here is my code, it works fine with GPS on, but went wrong once i turn off the GPS.
/**
*
* @author Jimmy Chiang
...
0
votes
0answers
24 views
Android. Mock Location. Set number of satellites
I do a mock locations on android and i want to set a number of fixed satellites. On default this is always 0. I tried this one, but it does not help. Any idea? I can't found any information about ...
-1
votes
0answers
40 views
Do It Yourself Indoor Location Based Services [closed]
Lately I have been doing some research into indoor mapping and location based services. My supervisor is looking to use LBS as a way for students at our community college to find their way around the ...
0
votes
1answer
27 views
Get google map coordinates from my site and display in android MapView
I have a webiste that tracks my cars and shows the result in google map.
I want to display the position of my car on android google maps. How can I get obtain the coordinates and display in MapView? ...
0
votes
1answer
53 views
How to spoof location to do testing with LocationClient and Geofences on Android?
I've been working with the LocationClient and have setup a Geofence, but don't know how to test it.
The issue comes from the fact that you can't run the app in an emulator, because LocationClient ...
1
vote
0answers
13 views
Geo-location of an object in image [closed]
For a college final project, I'm looking to build an android application which uses the android GPS feature as well as its camera in order to determine the GPS coordinates of an object in the ...
0
votes
1answer
12 views
Phonegap GPS in offline mode
I'm creating a quick very simple mobile app using phone gap.
One of the APIs I'm hooking into is the gps. For some reason, the gps is not working while the device has no wifi or cell connection. ...
0
votes
1answer
33 views
Real time tracking website - Collection of real time data from GPS tracker
I am trying to create a real-time tracking website based on google maps api v3. I have a question having to do with the collection of the real time coordinates from the gps tracker into a database. I ...
0
votes
3answers
43 views
Geolocation check in android
I've stored latitude and longitude value into my sqlite table. Eg: latitude = 16.840064 and longitude = 96.120286.My question is how can I check and retrieve data from sqlite database for nearest ...
1
vote
3answers
58 views
Tracking GPS points and finding their nearest neighbours?
I have a list of 1 million (slowly) moving points on the globe (stored as latitude and longitude). Every now and then, each point requests a list of the 100 nearest other points (with a configurable ...
1
vote
0answers
34 views
speed limit android app [duplicate]
I have a serious problem with my app which called speed limit. It calculates the speed and shows a picture and plays an alert sound when I exceed the speed checked for one of my toggle buttons.
I ...
0
votes
1answer
22 views
comparing GPS cordinates with a certain margin
I'm currently working on a app where I want to check if the mobile phone is near a certain location. This location is loaded out of a list of objects that have a location attached to them. Locations ...
1
vote
1answer
22 views
Which Class Should I call locationManger.removeUpdates() from?
So, I have an Android application that is asking for the GPS from the LocationManager class.
I have an Activity that wants to use that data, and a custom class that implements LocationListener.
I have ...
0
votes
2answers
111 views
+50
QThread emits finished() signal but isRunning() returns true and isFinished() returns false
Below is the code for my qthread implementation. I am trying to get gps data from satellite. QThread doesn't produce the finished() signal even when the programs exits gpsSearch() slot function. The ...
0
votes
0answers
27 views
Android's navigation intent
I have a map activity where I use OpenStreetMap with a few POIs on the map. I would like to offer the possibility for the user to navigate to these POIs through GPS apps. Using the geo intent just ...
-3
votes
0answers
23 views
how to get multiple users GPS location in My android GPS application? [closed]
I know how to get device user location on map but don't know multiple register user location how to get in my map view. please help me...
0
votes
1answer
37 views
Get current address android?
How do I get the current address of the android phone using GPS or Network(if gps isn't avidibale) ?
this is my code( that doesnt work properly):
try {
LocationManager lm = (LocationManager) ...
0
votes
1answer
31 views
android township name from GPS location
I'm trying to get township name/title of current geolocation. Unfortunately, List<Address> of andriod cannot support township name/title even I can see township name/title in Google maps. That's ...
0
votes
1answer
63 views
Draw circle using latitude and longitude
I want to plot a latitude and longitude using matlab. Using that latitude and longitude as center of the circle, I want to plot a circle of radius 5 Nm.
r = 5/60;
nseg = 100;
x = 25.01;
y = ...
0
votes
1answer
46 views
Geofences shapes, API v2 android
reading the android and google maps Api v2, I've just found geofences defined by radius/circles.
I was wondering if there is a way to create custom shapes i.e. rectangles or any other irregular ...
0
votes
1answer
48 views
How to Find GPS Signal is Lost in Android?
Is there a way to find out that the GPS signal is lost? I am not talking about whether GPS Module is enabled/disabled. Suppose that GPS Module is enabled; but fix is lost?
This How can I check the ...
1
vote
1answer
34 views
Checking that a user is travelling in the direction of a given Location
I want to be able to determine on Android if a user is travelling in the direction of a given Location or away from it. I'm receiving regular location updates from a Service, and would like to know ...
0
votes
0answers
46 views
Adding google maps link by giving latitude-longitude
I am developing an app in App Inventor, I have a location sensor component in place, and I want to create text which includes a direct link to a search on Google Maps for the given latitude and ...
0
votes
0answers
38 views
Android - Calling a Service Through a Broadcast Receiver does not seem to work
I already have this application that once the user clicks a button, the main activity calls a Broadcast Receiver that in turn calls a Service which sends the GPS Location of the user to an EMail ...
0
votes
0answers
24 views
how change provider when enables/disabled GPS?
my program work fine but when i enable gps not change provider, but if i start app with gps enabled, it chaoose gps provider........how do how do I automatically switch gps and network provider?? ...
0
votes
1answer
21 views
watchPosition() fires callback only once
I am writing a watchPosition function for a geofencing feature in MapDotNet's Touchgeo (http://www.mapdotnet.com/index.php/component/content/article?id=131). On initial load, everything works ...
-1
votes
0answers
29 views
Saving GPS data as GPX
I have attached a GPS receiver (Adafruit Ultimate GPS Breakput) to my Raspberry Pi and i was trying to save the location data that I get in GPX. I'm connecting my GPS to the Pi using UART pins (Not ...
1
vote
2answers
27 views
Is it possible to make geolocation validation?
To make more clear what inspired this question, I'm making a mobile app where people rate in real time how nightclubs are doing and would be very good if there existed an way to make sure the person ...
0
votes
0answers
18 views
how to i get geological information about a perticular location?
I'm preparing an applications which shows the terrain information when I pass it the latitude and longitude of a location.
e.g if I pass X and Y as latitude and longitude resp. then it should return ...
-1
votes
2answers
65 views
Android: How can I get the traveled distance while I'm running?
I'm wrinting a application and I have to show the distance covered while I'm running.
I use the function "public void onLocationChanged" of the LocationListener. When the user tap a botton and start ...
0
votes
2answers
29 views
Orchid Tracking software - how to convert decimal values to GPS Degrees/minutes/seconds
I'm looking at a system which saves Longitude/Latitude in Integer format.
It is called Orchid tracking software.
I do not know how to convert these integer values into degrees/minutes/seconds.
I ...
0
votes
0answers
49 views
Android Fused Location provider gets lost
I've been testing android's new Location API's for a few weeks. In general they work quite well, however, the new Location provider frequently loses the plot.
Specifically, I wire up an example ...






