Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 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
100 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
113 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
87 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
442 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
61 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
219 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
213 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.8k
1 vote
1 answer
543 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
107 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
55 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
906 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
325 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
77 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
0 votes
0 answers
62 views

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 ...
porton's user avatar
  • 5,919
2 votes
0 answers
533 views

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 ...
Klouche Mortada's user avatar
0 votes
0 answers
2k views

I have a Django web app that deploys on Heroku, so I'm trying to get the actual user's IP, not the heroku server. Everything works fine when I run the project locally. When I deploy it to Heroku, it ...
JimmyFl0's user avatar
  • 146
0 votes
0 answers
90 views

I currently have a map app that is supposed to give random locations on each press - however I am often met with 'ZERO_RESULTS' The method part int randomIndex = arc4random() % [arr_OfCountryCode ...
DannyRoy's user avatar
0 votes
3 answers
8k views

I'm building a React weather app with an API that only accepts a Latitude and Longitude, not a city name. I'm new to React and am wondering if there's a way to transform the user input (City name) to ...
E6ix's user avatar
  • 26
1 vote
1 answer
750 views

Using Google maps api, I am trying to get information at a coffee shop I am at (for example). On google maps, it shows 30.28456,-97.71936 In the Place IDs api, I consume the api with https://maps....
dman's user avatar
  • 11.1k
0 votes
1 answer
1k views

I wanted to mess around with some geolocation for some testing and needed an API key for that. I am currently looking into the geolocation API from google/mozillas MLS geolocation. I am unable to ...
Ensber's user avatar
  • 26
2 votes
1 answer
855 views

I've been trying to find different ways to spoof location on Google Chrome. One of the ways is to use Developer tools (sensor settings). The thing is with this method, Google allows me to choose a ...
Danny's user avatar
  • 21
5 votes
3 answers
19k views

I try to get current location my device and use it in initialCameraPosition, The function is executed and I get the coordinates and set it in _currentPosition After starting the screen i have an error:...
Sergey M's user avatar
0 votes
0 answers
770 views

Please guys help me, I had spent lot of time but unable to figure out the solution. I want to get Wi-Fi coordinates(mac-address, signal strength, signal-to-noise ratio, channel, etc.) of the client, ...
Syed Muhammad Usama's user avatar
0 votes
0 answers
633 views

Some android devices have options to restrict apps in the background to save battery consumption. If I will turn on this option, my app and its background service will be killed. Some apps like Uber, ...
Faizan Ahmad's user avatar
0 votes
2 answers
421 views

I am trying to build a app that requires a users current location and I acquire that with the following const showError = (error) => { switch(error.code) { case error.PERMISSION_DENIED: ...
Prithvi Emmanuel Machado's user avatar
0 votes
1 answer
9k views

I am new to mobile development. I am trying to access my current location in the ios simulator running IOS 14.4 and I keep getting the "Location Permission denied" error even after setting ...
newdevguy's user avatar
0 votes
0 answers
50 views

In the geolocator API, the function navigator.geolocation.getCurrentPosition() sends a POST request to the Google geolocator API, with the following json body: { "wifiAccessPoints":[ //...
Semanual's user avatar
  • 113
1 vote
1 answer
969 views

I have the following code that takes the user's location from a google api, the detail I have is that the accuracy is too high, for example accuracy: 2600.670416166183, I don't know if someone knows ...
Esteban RL's user avatar
-1 votes
1 answer
87 views

I am using a MapView to display the current position of the user. The user is supposed to be able to move around and a blue line corresponding to his/her path will be displayed. I am using the ...
Ayush's user avatar
  • 161
-2 votes
1 answer
276 views

I tried to create an app which track the current user position and I want to display it on a map. The problem is, when I drive by car I get 2 geopoints and if there was a curve between, then it only ...
Fabian's user avatar
  • 88
2 votes
0 answers
1k views

See this question because it's very relevant. Note: this question doesn't provide a sufficient answer, but the answer to the reference mentions the MainActivity.java-file and how it works with the ...
ma22om's user avatar
  • 113
1 vote
0 answers
175 views

I have floor plans for my building and I want to track where user is moving along with the floor details, Can anyone suggest what will be useful for it? or where can I register indoor mapping details ...
Deep Patel's user avatar
  • 2,664
0 votes
1 answer
313 views

I'm trying to get the location of my phone with geolocation however the variable that stores location when you a press the button to get location has to be store as null at the beginning as I do not ...
YaBoyCallum's user avatar
0 votes
1 answer
590 views

Apologies if this is weird question, but I've been trying to resolve this for a long time and I can't figure out and am little frustrated. I'm developing a webapp and need to use Google geolocation ...
Varand Pezeshkian's user avatar
0 votes
0 answers
1k views

I have a group of markers which I retrieved and plotted on a google maps interface. I have also implement a geolocator package that gets users location. So I have a current Position and a set of ...
kojo justine's user avatar
1 vote
1 answer
4k views

Question: Embeding google maps in web page outputs Error message - Expected mapDiv of type Element but was passed null Answer: It is very simple. The Js code InitMap function requires to be code below ...
Jems Chaudhary's user avatar
0 votes
0 answers
2k views

I am developing an embedded c application on the nrf9160 dev kit. My goal is to use the googleapis.com/geolocation service to provide location data for my system, but I have been unable to do so. I ...
Jeremy Dorn's user avatar
0 votes
1 answer
69 views

I am attempting to use the googleapis.com/geolocation service with an embedded c device (nrf9160 dev kit) to locate that device using the cellular network. I am currently unable to connect to that ...
Jeremy Dorn's user avatar
0 votes
1 answer
237 views

I'm using Google Geolocation API on my website. I wanted to restrict my API key, but HTTP referrer restriction for Geolocation API is not allowed (only IP restriction). My website is hosted on cluster ...
user1584043's user avatar
1 vote
0 answers
409 views

I want to make my spreadsheets able to displaying data from web app - spreadsheet script editor (geolocation). I want to get my siblings current location. I don't want use Google Form by the way. How ...
Beluga's user avatar
  • 11
0 votes
1 answer
936 views

I’m using this flutter package to manage location services in my flutter app : https://pub.dev/packages/geolocator I want to disable the active state of the location service (after some seconds) when ...
bobby pheno's user avatar
-3 votes
1 answer
4k views

i am using geolocator: ^7.3.1 package They mentioned a function that calculates the distance between two geographical points , But the result comes in meters by default How could this be done in Km ...
Jack's user avatar
  • 231
0 votes
0 answers
113 views

I would to add geolocation.getCurrentPosition in my code below using react and redux and then send the coordinates (Lat and Long) to the Local Storage but i don't have any idea ! I deleted the HTML ...
jiwami's user avatar
  • 35
0 votes
1 answer
337 views

can anyone help me please, I'm trying to implement google map in my flutter app, the problem I'm facing is the google map shows bland with google logo only. I have generated the key, inserted plugins ...
Precious's user avatar
0 votes
1 answer
309 views

I created a custom teams application using Microsoft Teams Toolkit for VS Code. I am trying to read the location from the app. I am able to load the coordinates in the Browser and Android version of ...
Anand's user avatar
  • 408
0 votes
2 answers
6k views

I need to know what is the best way to get latitude and longitude from a postal (zip) code in react ? I try with geocode from google API (with the npm package react-geocode), but I can't do a search ...
NicoSan's user avatar
  • 136
0 votes
0 answers
497 views

I am trying to trick the Python chromedriver to make it believe that it is running in a different city. It appears someone has found an answer for this in JavaScript, but I was wondering if it is ...
Regression1234's user avatar
-2 votes
2 answers
273 views

I have placed the geolocation call in a service which I want to use in different areas of the application. However, undefined is being returned. How do I return the value properly so that it can be ...
A.Mac's user avatar
  • 263

1
2 3 4 5 6