I need to group addresses given their distances. Let's say I have a list of 8 addresses. 5 in NYC and 3 in New Jersey. From those 5 in NYC 3 are close to the MET and 2 to the WTC. Those 3 in NJ would form one group, those close to the MET another and
I am trying to figure out a way of saving the GPS coordinates locally on my phone when I have no network access (mobile or internet) and when the location services of the phone are on (Android or iPhone). I attempted to use Google Maps but the Save a
Quick question, I've got a method where an Alert Dialog is built and want to call it when it detects that WIFI or GPS on the android device is not enabled. So essentially: If: The device does not have wifi or GPS //Don't know how this code is { Built
How can I convert latitude and longitude coordinates into an address/ human readable location in R? For instance I have these data below: humandate lat lon 09/10/2014 13:41 41.83174254 -75.87998774 09/10/2014 13:53 41.83189873 -75.87994957 I want fin
I am currently creating a fitness app for a final year project at univeristy and i'm struggling to implement a GPS tracking API so users could track there movement on a run, does anybody have any advice on where to get some open source code or know o
I am developing both and iOS and Android version that requires GPS using Xamarin. On iOS it's working fine, however now developing the Android version I have some issues with the GPS. It does not fetch the GPS but times out. However, on a emulator (u
I have an android device that have a GPS chip on it and I want to get location using it, but the device doesn't have google play service installed (it doesn't support google play service). So I'm not able to use android standard LocationManager. Does
Given Camera : GPS Coordinates ( Latitude, Longtitude ) Rotation : Yaw, Pitch, Roll, Camera FOV : Vertical and Horizontal Camera Altitude Calculate the Camera frustum gps coordinates on ground. So far i have learned how to create rotation matrix from
When the program is running in the foreground, it works fine. Only when certain other apps are running in the foreground, and my program is running in the background, onlocationchanged stops getting called. This will not occur immediately, but still
I am working on an Cordova application using ionic. I need user's coordinates for which I am using HTML5 geolocation API which does a graceful degradation if the best source isn't available. I have also added the cordova geolocation plugin that adds
I Want to use mapbox in an app we are building so far it running good, but I keep noticing that even when the app has gone to the background the phone still has a GPS lock. Im using the Mapview component in a fragment and in the initialization of the
Good evening and good week. We run this script from tutorial but my crash concept does not make an error in the code. nor to the errors refer to a particular line code. Please for your help. Tutorial: http://gabesechansoftware.com/location-tracking/
I am trying to get the latitude, longitude, current address, current speed and send to the server for every 5 min. I can get the lat, long, address. But I can not get the current speed from location.getSpeed(). Herewith I have attached my entire code
I am using Django-photologue this app to display a photo gallery, which is quite nice. But what I want to do further is extract out the GPSInfo from each image and display it on the website (or more advanced, display it in google map). I am quite a n
I need raw unfiltered GPS data for feeding a complementary filter for position estimation. The android standard API only provides GPS data heavily filtered and at very low update frequency rate. Does someone already try to use directly the GPS.h from
Greetings, I need to write GPS coordinates using XMP Toolkit. Should I write it as a float value: SetProperty_Float(46,90930203999) or as a string value: SetProperty("9,36.338E") I didn't find any info in the XMP Programmers Guide. Thanks in advance
I have MSP340 GPS pet tracker. It sends location via TCP socket to server. The entire message looks like this: #RD1560000000000000000780309141148155113.6142N01721.4492EV314.151005cGRITLXPITiVTB000000000109E18239A6 I know how to get location and batte
I have a function to get the GPS coordinates once map is clicked, however the result is in brackets () I need to remove the brackets function onClickCallback(event){ var str = event.latLng var Gpps = str //.replace("(",""); document.getElementById('l
This question already has an answer here: Distance moved by Accelerometer 3 answers I am making an app that calculates the distance traveled by a moving car. While GPS is a good option, I am considering using accelerometer and/or gyroscope to elimina
in order to collect real time data such as GPS position, accelerometer data and measurement of the device’s attitude, Apple provides Core Location and Core Motion frameworks. The Location Manager offers the allowDeferredLocationUpdatesUntilTraveled m