Skip to main content

Questions tagged [google-geolocation]

The Google Maps Geolocation API also called google-geolocation api is an web interface that can return a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect.

google-geolocation
0 votes
1 answer
137 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 ...
Gianlo478's user avatar
1 vote
1 answer
36 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 ...
eggy5901's user avatar
0 votes
1 answer
95 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 ...
Brian's user avatar
  • 1
0 votes
0 answers
21 views

React Native: The access prompt to use coordinates is being activated when entering the application

I have the situation that when entering the application for the first time the locality activation modal is being executed. And that case should not occur when entering the application. Any way to ...
Chris Michael's user avatar
0 votes
0 answers
112 views

Altitude Accuracy missing in PWA via Mock Location (GNSS Master)

I am developing a PWA (Progressive Web App) using Angular. I am recommending Chrome as it has the best PWA support overall. The application allows to survey points and lines using the users location. ...
leherv's user avatar
  • 23
0 votes
1 answer
160 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, ...
Amit Yadav's user avatar
  • 34.2k
1 vote
1 answer
113 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 ...
Hoy Cheung's user avatar
  • 1,638
0 votes
0 answers
41 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 ...
Cristian Koliver's user avatar
0 votes
0 answers
62 views

Using rxdart to Debounce Geolocator Updates for Real-Time Driver Location in Flutter App updates drivers data only once

I'm developing an app with car drivers. When the driver is marked as active, it is shown as active in Firebase, and their position is constantly updated. However, I realized that it's not necessary to ...
DEmmaRL's user avatar
  • 21
0 votes
0 answers
72 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-...
Do Mun's user avatar
  • 1
0 votes
0 answers
38 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 ...
Z3n's user avatar
  • 1
1 vote
1 answer
419 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 ...
Farid SISSINHO's user avatar
0 votes
1 answer
299 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 ...
WebR Technology's user avatar
0 votes
1 answer
68 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 ...
Georgios Bekas's user avatar
0 votes
0 answers
51 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 ...
porton's user avatar
  • 5,648

15 30 50 per page
1
2 3 4 5
19