Skip to main content

Questions tagged [geolocation]

Geolocation is the identification of the real-world geographic location of an object, such as a cell phone or an Internet-connected computer terminal. Use [w3c-geolocation] for questions about the W3C Geolocation API.

0 votes
0 answers
14 views

GeoLocation Data Processing

I am working on application related to GeoFencing software.I am recieiving realtime location Coordinates data from mobile GPS,which I am processing in Backend server and storing in Database server.I ...
Akon_Namikaze's user avatar
-1 votes
0 answers
9 views

App Store - App Privacy - Incorrect information about app?

I would like to know why an app can ask for location but “App privacy” under apple “App Store“ implies that no gps location is asked. Is “app privacy” an unreliable source of information?
Jonas A. Xavier's user avatar
0 votes
1 answer
16 views

Solution Incompatibility between the geolocation library and kotlin in flutter

When trying to work with the new versions of the geolocation or location packages it gives me the following error: [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │ Find the ...
Joel Pulla's user avatar
1 vote
1 answer
34 views

MongoDB query for points with cutout

In my lootPoint collection I have the data like this: { "_id" : "1856132932", "point" : { "type" : "Point", "coordinates&...
injecteer's user avatar
  • 20.5k
0 votes
0 answers
36 views

Playwright Geolocation not setting up properly

When trying to set Geo-location using Playwright to a specific Long-Lat, say for New York, London, or Madrid, the provided Long-Lat input is not set to page/context and the default location is shown ...
Ghumman's user avatar
  • 102
-1 votes
1 answer
28 views

Fetching Location Via JavaScript Geological Api

I am developing a map where I track user's location via navigator.geolocation.watchPosition towards it's destination. Now what i want is to track location of the user in real-time when he has logged ...
Adil Asif's user avatar
-4 votes
0 answers
27 views

how to get the exact location or city name with the help of geolocation

let button = document.getElementById("button"); button.addEventListener("click", () => { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition((position) =...
Anuraga Sahoo's user avatar
0 votes
0 answers
48 views

System.Device.Location.Portable package may not be fully compatible with your project

I'm trying to get the Coordinate of current location of my device using "GeoCoordinateWatcher" Class and feed it to a weather API query. But after installation of System.Device.Location....
Ming's user avatar
  • 475
0 votes
0 answers
21 views

Get address based on Latitude and Longitude Flutter (Using GeoCoding)

so i have used geocoding to get real address based on the geo location(Latitude and Longitude) but it keep giving me errors! if(permission == LocationPermission.denied || permission == ...
Arya Mewada's user avatar
-1 votes
0 answers
55 views

MAUI background gps location update

Maui now has Microsoft.Maui.Devices.Sensors.Geolocation.StartListeningForegroundAsync which is nice and works well, but it is only for foreground tracking, so even if you have the required permissions ...
JoeTaicoon's user avatar
  • 1,475
-1 votes
0 answers
19 views

Navigator.geolocation is not giving correct current location always

<!DOCTYPE html> <html> <body> <h1>HTML Geolocation</h1> <p id="loc"></p> <script> var ele=document.getElementById("loc"); function ...
Wreetbhas Pal's user avatar
0 votes
0 answers
32 views

Getting location updates more than once a second

I have created an activity that is used to mesaure the acceleration or the brakes of a motorcycle (or any other driving unit). For that reason I need location updates for at least 10 times a second. ...
Martin Gäckler's user avatar
0 votes
0 answers
37 views

Converting Geographical Coordinates to a Cartesian Plane

I've got a question, I got the following code to check the intersection between two paths defined by a series of geographical points. The solution involves an R-Tree search for better processing time, ...
André Clérigo's user avatar
0 votes
1 answer
54 views

Transform point into UTM 32N

i am coding with R and RStudio. I have a set of polygons in one in my global environment called buek250_shapefile. I am able to plot them with leaflet. For the next step I wrote a function which gets ...
odcoder's user avatar
0 votes
0 answers
26 views

Geolocation Not Working in PWA After Bubblewrap TWA Generation

I've been working on creating a Trusted Web Activity for my Progressive Web App using Bubblewrap. Everything seems to be working fine except for the geolocation functionality, which stops working ...
Lucas Planchet's user avatar

15 30 50 per page
1
2 3 4 5
826