Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
15 views

I’m developing a mobile app in React Native using Expo, and I’m testing it through an EAS development build (not Expo Go). The app uses Bluetooth Low Energy (BLE) to communicate with an external ...
0 votes
1 answer
104 views

I have a g_w = pyproj.Geod(ellps = "WGS84"), and a point in the map. If I move the point with c1 = g_w.fwd(coords[0], coords[1], 0, dy) c2 = g_w.fwd(c1[0], c1[1], 90, dx) and then check the ...
0 votes
2 answers
66 views

In my Electron app, navigator.geolocation.getCurrentPosition() always fails. It seems that Electron (Chromium) no longer provides free geolocation and expects a third-party service with an API key (e....
0 votes
0 answers
52 views

I want to add feature in my app where a salesperson logs in and goes out daily to meet random customers and sell banking products. My boss wants a way for the manager to confirm whether the ...
Best practices
0 votes
3 replies
148 views

I am using XYZ geoLocation IP details provider API and it giving output in below format { "ipAddress": "66.XXX.YY.XXX", "network": "66.XXX.YY.Z/AB", ...
0 votes
0 answers
24 views

I am using Google's Geolocation API to resolve a list of Wi-Fi BSSIDs to location; when I send a list of 45 BSSIDs and RSSI, I get a 404 meaning no location was found, when I select only the top 10 or ...
-4 votes
1 answer
130 views

I have a column that contains the place of residence of participants. Some reported as "city/village, country", "postcode city, country", "region, country", etc. There ...
0 votes
0 answers
46 views

I've been trying to implement a speedometer app that measures your GPS coordinates and returns the speed. Now, I've been using expo-location package but it has some problems. const { status } = ...
0 votes
0 answers
45 views

I have a webpage which allow a user to walk around and click a button to find their position on a map. This can be very accurate but often, if they have clicked the button before, it returns the same ...
0 votes
0 answers
184 views

I'm developing a React Native app that collects location every 10 minutes in the background. On iOS, everything works fine in debug mode, but in release mode, my app is suspended or killed after ~30 ...
2 votes
1 answer
62 views

The error: The named parameter 'settings' isn't defined. The code: Future<Position?> getCurrentLocation() async { if (_permissionStatus != LocationPermission.always && ...
0 votes
2 answers
94 views

I have a geojson file containing the latitude and longitude coordinates of all of the streets and avenues in New York City - they're all formatted as either LineString and MultiLineString as follows: {...
-2 votes
1 answer
64 views

I want to get an API call response inside GitHub Actions for example: url = https://api.blabla.com/endpoint response = requests.get(url) print('response =', response) I want to find a way to run ...
0 votes
1 answer
159 views

I have an html, css, js project with a map using leaflet. Sometimes location works but most of the time I get errors. Here is my JS code: onst map = L.map('map').setView([30, 0], 3); L.tileLayer('...
0 votes
1 answer
89 views

I'm trying to create markers using the MapTiler SDK. I have a map component that displays a MapTiler map, and in its TypeScript file, I'm adding markers like this: const marker = new maptilersdk....

15 30 50 per page
1
2 3 4 5
...
819

AltStyle によって変換されたページ (->オリジナル) /