Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 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 ...
Hubert S. Cumberdale's user avatar
-1 votes
1 answer
91 views

While using the Geocoding API, I noticed that there are differences in determining the country, which do not exist in the Google Maps web interface. Example: Input address: city code 300000 + CN ...
Hugo Kern's user avatar
-5 votes
1 answer
89 views

I'm using the Google Maps Geolocation API to determine device location based on cellular data. The API allows submitting an array of cellTowers[] objects, each including fields like cellId, ...
pdroid's user avatar
  • 1
1 vote
0 answers
75 views

I am trying to perform geolocation of a SIM card using cell tower data provided by the RADIUS protocol. My goal is to correctly identify the cell's (or SIM card's) location for 2G, 3G, and 4G ...
Marlon Dantas's user avatar
1 vote
2 answers
419 views

I am learning how to use the Google Geolocation API. I have my key that tells me the latitude and longitude, I get the map of the exact location as in the image. But what I need is the map without the ...
Gianlo478's user avatar
1 vote
1 answer
59 views

I am making a app that shows roadworks near the user, I have implemented a map and and a spinner box with three options I want my spinner box index to determine how zoomed in my map is. when I compile ...
eggy5901's user avatar
0 votes
1 answer
210 views

I have been trying to access the geolocation api to locate cell towers I'm no expert at http posts. All I receive is the http code 404. I have concatenated the geolocation web-address, my api-key and ...
Brian's user avatar
  • 1
0 votes
1 answer
207 views

I am getting FileNotFoundException in Geolocation API. I have googled it and find that it support only POST method but I am already calling in POST itself. Please find my code snip here below, ...
Amit Yadav's user avatar
  • 35.6k
1 vote
1 answer
502 views

I have saved HEIC photos taken by my iphone. I opened it and try find out the lat and lng numbers. What it shows is completely different to the format shown in google and it is not searchable. How do ...
Hoy Cheung's user avatar
  • 1,678
0 votes
0 answers
50 views

I have a caricatured map of a downtown. I would like, in my app, to show the user's location on this map, using google maps as the underlying map. Is it possible? If so, how do I map the user's ...
Cristian Koliver's user avatar
0 votes
0 answers
104 views

I sent the base station information of location A to the Google geolocation api, but it returned the latitude and longitude values ​​of location B. In this case, can you tell me how to request re-...
Do Mun's user avatar
  • 1
0 votes
0 answers
52 views

Hello fellow developers, I'm currently working on a web application that involves checking the user's location and calculating the distance from a specified region using the Haversine formula. The ...
Z3n's user avatar
  • 1
1 vote
1 answer
847 views

I'm working in a project where I should display all cities (locality) around 20km from a device location using lat,long. Moreove, the locality of the device location is not on the result. Could ...
Farid SISSINHO's user avatar
0 votes
1 answer
324 views

Problem is that I want to store customer latitude and longitude to find the distance between admin and customer, but if customer move then how I'll change the distance. Should I have to update again ...
WebR Technology's user avatar
0 votes
1 answer
75 views

I have written this code addressing to Geolocator API of Google Maps and it is not functional. Note that as an entry level devoloper I do this through Google collabs. `import requests import smtplib ...
Georgios Bekas's user avatar

15 30 50 per page
1
2 3 4 5
19