276 questions
1
vote
0
answers
54
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 ...
0
votes
0
answers
14
views
cellTowers list, unable to provide the data requested (cellid, mcc, mnc...)
I'm trying to implement the geolocation API. It requests the following data:
https://developers.google.com/maps/documentation/geolocation/requests-geolocation#cell_tower_object
Now my modem provides ...
1
vote
2
answers
348
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
47
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
179
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
189
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
350
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
45
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
93
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
43
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
761
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
323
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
69
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
...
0
votes
0
answers
55
views
How to find the name and coordinates of the place we are nearby?
In Flutter what is the most correct method to find the name and coordinates of the place we are inside now using Google Maps or Google Geolocation API?
searchNearbyWithRadius() seems to be such a ...
2
votes
0
answers
495
views
Flutter: Geolocator gives wrong location
When I execute, (click on the "show Longitude and Latitude" button) I have two problems, a wrong position and an error:
**W/GooglePlayServicesUtil( 5181): com.example.geolocalisation_youtube ...