geolocation Questions

13

I've open an issue on the geolocator repository https://github.com/BaseflowIT/flutter-geolocator/issues/199 It entails the geolocator package not retrieving the location. They recently released a ...
Derbent asked 20/2, 2019 at 9:50

4

Solved

I'm trying to make a website that asks for the user's location, then finds the closest location (100m radius) from their position using GeoLocation and displays the result in HTML. What I have trie...
Amary asked 13/8, 2018 at 9:29

7

I have been working on a team developing an app in Flutter. We need to track the distance travelled using the GPS but the challenge is that Flutter no longer allows both foreground and background l...
Maddis asked 30/7, 2021 at 3:8

5

Solved

How to get country name in Android, If are known geo coordinates? How to make it the simplest way?
Titlark asked 18/6, 2012 at 12:17

3

google has an API for downloading search suggestions: https://www.google.com/support/enterprise/static/gsa/docs/admin/70/gsa_doc_set/xml_reference/query_suggestion.html unfortunately, as far as i...
Elias asked 14/6, 2015 at 15:23

5

Is there a Bing API for finding nearby cities given a city name or lat/long combination?
Vietcong asked 5/1, 2011 at 18:43

4

Solved

I'm trying to plot a large number of latitude longitude values from a CSV file on a map, having this format (first column and second column): I'm using python 3.6 (apparently some libraries like...
Fillmore asked 9/11, 2018 at 21:1

6

Solved

Is there a service or API I can ping, and pass in the lat/long as parameters, where it returns the zip code that lat/long pair is within? This is US-only, so I don't have to worry about internation...
Dinothere asked 4/12, 2011 at 0:23

4

How do you calculate the distance between two markers in Leaflet-ionic2? Couldn't figure out, I hope there is an Algorithme to do as soon as i select a marker it show me the distance between my lo...
Indemnify asked 2/4, 2017 at 10:47

3

Solved

If I init additional CLLocaitonManager instance that track user location, is It will increase the load? Or Should I using one CLLocaitonManager instance between classes?
Bryanbryana asked 7/11, 2011 at 6:24

17

Solved

For example if we have these set of coordinates "latitude": 48.858844300000001, "longitude": 2.2943506, How can we find out the city/country?
Stinkpot asked 28/5, 2011 at 1:17

9

Solved

I would like to know how I can get the country name from latitude & longitude using JavaScript. I am open to use of Google Maps’ JavaScript API. Can I also get city and zip? Edit: My aim is to...
Unidirectional asked 21/12, 2010 at 9:15

6

Solved

Why does the angular compiler can't find GeolocationPosition and GeolocationPositionError? VSC doesn't give an error and only during compiling it gives me an error. Error: src/app/modules/shared/se...
Apologete asked 27/1, 2021 at 9:16

10

I have GPS information presented in the form: 36°57'9" N 110°4'21" W I can use the javascript functions of Chris Veness to convert degrees, minutes and seconds to numeric degrees, but first need ...
Pest asked 16/7, 2009 at 20:44

5

I am building a React Native app and trying to get my current geocodes using navigator.geolocation It shows me an error of Location request Time out. Basically I am building a tracking app and I ne...
Ganges asked 24/1, 2019 at 9:1

4

Solved

When we try to get nearby cells and their LAC, MNC, signal (and while using other android apps) we are getting signal as negative value (like -85dbm). How should I take this? Should I ignore -ve si...
Wetmore asked 26/7, 2013 at 6:57

6

Solved

i am trying to get user current location in flutter but its showing map, but not pointing my current location. I have added all required permissions in AndriodManifest file. here is snap here are ...
Pigeontoed asked 20/6, 2021 at 10:9

3

Solved

I'm looking for a way to gather internal GPS data from a powershell script using Windows Location API, as the Windows Location Platform is no longer able to satisfy the need. Previously, there was ...

6

I'm currently working on a project that uses the geolocation service of my phone. I currently have a prolem with this service, it says that geolocation is not authorized. I've tried to look on th...
Shadchan asked 24/4, 2019 at 15:15

7

I am working on React native project and there I am taking location permissions. Also I have to track location permissions always like if user has given permission access after install the applicat...
Cristinacristine asked 13/11, 2019 at 7:44

4

I'm having issues trying to remove elements/objects from an array in elasticsearch. This is the mapping for the index: { "example1": { "mappings": { "doc": { &quot...
Godgiven asked 20/3, 2018 at 12:25

9

I'm trying to get placemarks from coordinates. I'm using geoLocator for that. It was working fine today morning, but now, it throws platform exception. PlatformException(IO_ERROR, A network error o...
Eveland asked 3/9, 2020 at 17:26

2

Solved

I am learning the Next.js. I want to get the latitude and longitude from user. And then call the API. My code is like that: import Navbar from "../../comps/Navbar"; import Link from &quot...
Mistranslate asked 11/9, 2022 at 21:2

32

Solved

How do I calculate distance between two GPS coordinates (using latitude and longitude)?
Asberry asked 13/12, 2008 at 22:12

19

Solved

Given the latitude and longitude of a location, how does one know what time zone is in effect in that location? In most cases, we are looking for an IANA/Olson time zone id, although some services ...
Servomechanism asked 18/4, 2013 at 15:24

© 2022 - 2024 — McMap. All rights reserved.