Category "gps"

Display distance to marker in AR.js

I'm trying to display the distance to text markers (underneath the markers) in AR.js; according to the docs, distanceMsg is a custom attribute from gps-entity-p

GPS neo-6m do I need to request data?

I've worked with this GPS on Arduino and it was pretty easy. But currently, I am trying to connect it to PSOC. And I'm interested if someone knows, do I need to

Center point of multiple gps coordinates with php

A simple php array with all coordinates $gps = array( array("lat" => 62.986049, "lng" => 176.075001), array("lat" => 57.125353, "lng" => -1

React Native Android location request timed out

In IOS there isn't a problem while looking for gps coords. It works fine. On Android side its not stable as IOS. This problem both in real device and emulator.

Manual update of CPE.BIN file on Garmin Solar Instinct

Trying to update CPE.BIN (Connected Predictive Ephemeris) file on Garmin device without using proprietary Garmin Express / Garmin Connect app. There is document

Use PowerShell to extract GPS Latitude etc. (Properties > Details) from an image file

I am looking for a way to extract the GPS Latitude and Longitude values from a lot of .jpg files. I know that Exiftool can sort of do it, but as the values I'm

How can I force chrome to get the geolocation from GPS module connected to a USB port instead of getting it from router IP?

I'm working on a certain project that uses RasberryPi debian 7 google chrome to open get some work done, the thing is, the server (I made it with django) asks t

How to use TimestampedGeoJson and folium to create a plotting animation for GPS points?

This is my code: import folium from folium import plugins import os import json import natsort def plot_app_gps(): arg_file = open('args.json', 'r+') a

Compute distance and position from camera (lat,lon) to object on photo

I just started working on a new project, doing research about the state of the art methods computing the position of objects on photos, given the following info

Rtklib: use rtklib in an android which supports raw measurements to get accurate positions

I am working on a project where I obtain raw gps measurements in a supported Android phone and use rtklib's Android port that is rtk-gps to correct this data wi

Is current location within radius of items stored in a table?

I have a table that stores longitude / latitude / radius ( miles ) per row. What I am trying to figure out is how to select ONLY the rows that my current point

Having trouble reading gps NEMA sentences using pi pico

Hi first time using forum so sorry if I did something wrong. I'm trying to make a simple gps NMEA sentence reader using a raspberry pi pico and a gps module I h

Android Location/GPS questions

A couple of questions regarding Location which I have not found answers to: Location.getLatitude()/getLongitude() return a double. What units is this double exp

How to mock location without enabling setting

I am looking for a way to be able to mock location without needing to use ACCESS_MOCK_LOCATION. I know that I need to have root, move app to the system. But whe

Retrieve location from Firebase and map it on Google Map using Android studio

I am working on my tracker system which I will get the live location from GPS Module (hardware) and the data will map it on the google map in android studio. I