Skip to main content
The 2024 Developer Survey results are live! See the results

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.

-1 votes
0 answers
15 views

I can't display values ​from a javascript function separately through an array or a callback function

I need to retrieve the latitude and longitude coordinates to use them elsewhere. What is the easiest way? Using an Array? Or an callback function? According to the code snippet below, the console.log(...
MOMO Des Îles's user avatar
0 votes
1 answer
24 views

Running a background task every 10 minutes to update server with device location

I am writing a flutter app (Android & IOS) which requires sending the device location once every ~10 minutes. This task is required to continue running in the background even when the app is in ...
Shachar 's user avatar
0 votes
0 answers
8 views

Inconsistent Background Location Updates in iOS App Across Different Devices

I've developed an iOS app by react-native that requires background location updates. The app works perfectly on my phone, providing frequent location updates as expected. However, on some other ...
GlacJAY's user avatar
  • 159
0 votes
0 answers
24 views

Simulate changing the GPS location associated with the Wi-Fi access point

I have a question regarding obtaining GPS coordinates through WiFi access points (AP) on an Android app. As I understand it, Android apps can collect GPS locations through WiFi APs if granted the ...
ThanhLam112358's user avatar
0 votes
2 answers
31 views

preventing HTML page reload on from submission

I am working on an astronomical application that determines the location of the sun and the resulting shadow lengths and shadow azimuths at different times of the day. I want to eventually deploy this ...
Youssef Ismail's user avatar
0 votes
0 answers
11 views

gdalwarp ERROR 1: Invalid pixel size for backmap

I used following command to generate geotiff file for VIIRS NetCDF file: ./gdalwarp -geoloc -t_srs epsg:4326 -tr 0.0035 0.0035 -r near -te -70.18 -7.64 -43.96 30.91 dat.vrt i4b.tif but failed with ...
Jerry guo's user avatar
0 votes
0 answers
23 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
0 votes
1 answer
23 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
36 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
47 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
32 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
33 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
50 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
22 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
70 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

15 30 50 per page
1
2 3 4 5
826