277 questions
0
votes
0
answers
23
views
Google Geolocation API Fails when I send many BSSIDs, but picking a random subset works
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 ...
-1
votes
1
answer
91
views
google-api for geolocation not the same as about google maps
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
...
-5
votes
1
answer
89
views
Does the Google Geolocation API use triangulation or multilateration when multiple cell towers are provided?
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, ...
1
vote
0
answers
75
views
How to perform SIM card geolocation using RADIUS data for 2G, 3G, and 4G?
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 ...
1
vote
2
answers
419
views
Google Geolocation API - red destination marker
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 ...
1
vote
1
answer
59
views
I want my spinner box index to determine the zoom of the map
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 ...
0
votes
1
answer
210
views
google geolocation, valid request, but no results returned?
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 ...
0
votes
1
answer
207
views
FileNotFoundException: https://www.googleapis.com/geolocation/v1/geolocate?key=
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,
...
1
vote
1
answer
502
views
how to convert HEIC geolocation to google lng lat format
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 ...
0
votes
0
answers
50
views
Google Maps as underlying map in React
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 ...
0
votes
0
answers
104
views
Google geolocation api quest
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-...
0
votes
0
answers
52
views
Need help solving Geolocation error in JavaScript for distance calculation with Haversine formula
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 ...
1
vote
1
answer
847
views
How to get nearest cities with Google Nearby API?
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 ...
0
votes
1
answer
324
views
How to store latitude and magnitude at current time in flutter firebase?
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 ...
0
votes
1
answer
75
views
Problem with a code trying to retrieve all addresses within a specified region (Geolocator API)
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
...