reverse-geocoding Questions
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
7
Solved
Is there an easy way to get the name of the country on whose territory a given point is located?
I don't care too much about accuracy nor about ambiguities given by political disputes. Just need a...
Fought asked 3/9, 2010 at 6:33
4
Solved
I am trying to get my current location in react native, using react-native-geolocation I get latitude and longitude of my location. Now I want to convert them into the location's address without us...
Hurwit asked 14/5, 2020 at 12:4
7
Solved
I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be able to determine t...
Geisel asked 15/9, 2009 at 4:42
12
Solved
I am trying to generate a Formatted Full address using CLGeocoder in Swift 3. I referred to this SO thread to get the code given below.
However, sometimes the app crashes with a 'nil' error at the...
Jaella asked 28/12, 2016 at 8:49
23
Solved
I'm trying to submit a query using the postal code to my DB whenever the googlemaps viewport center changes. I know that this can be done with reverse geocoding with something like:
google.maps.ev...
Crary asked 17/3, 2011 at 15:12
4
I am writing a bash script that renames JPG files based on their EXIF tags. My original files are named like this:
IMG_2110.JPG
IMG_2112.JPG
IMG_2113.JPG
IMG_2114.JPG
I need to rename them like ...
Chapland asked 30/9, 2015 at 20:43
4
I am using Android Geocoding to get the current city with Address.getLocality(). It has worked fine, until just recently it appears to often return null for the locality.
Here is an example:
try ...
Telling asked 28/12, 2011 at 22:9
3
Is this possible?
I have users who will show where they live on a map, if this isn't a large town or city, i'd like to find that and associate this information with the users record.
Any idea how...
Groundless asked 2/8, 2011 at 13:24
3
Solved
I'm using DispatchGroup.enter() and leave() to process a helper class's reverseG async function. Problem is clear, I'm using mainViewController's object to call mainViewControllers's dispatchGroup....
Dearly asked 6/8, 2017 at 17:38
3
I am using Google Geocoding API to conduct both forward and reverse geocoding work in my projects. While this API is only working for a single address or a single pair of geo coordinates per reques...
David asked 25/7, 2018 at 18:12
3
Solved
I know there has been a lot of questions on the site about the IOExeption : service not available.....I have checked all the answers i could find on the subject... i'm running it as async task whic...
Sanorasans asked 16/12, 2012 at 23:8
2
I am trying to develop an offline android map that makes use of OSM map tiles of a particular zoom level, For this purpose I used an open source library : Osmdroid
Now, I am looking into the possi...
Bowlder asked 13/1, 2012 at 11:28
12
Solved
I want to find current location name from latitude and longitude,
Here is my code snippet I tried but my log shows null value in all the places except in placemark, placemark.ISOcountryCode and pl...
Dreadfully asked 20/5, 2013 at 10:56
2
Solved
I have a huge collection of points - and I want to determine the closest city to each point. How can I do this with BigQuery?
Diapositive asked 8/12, 2018 at 0:10
15
Solved
How might I obtain the city name in Google Maps if I have latitude and longitude coordinates of a town or area?
I tried using the latitude, longitude and I got country but I don't know how to get ...
Norikonorina asked 19/2, 2010 at 12:57
4
Solved
GMSReverseGeocodeResponse contains
- (GMSReverseGeocodeResult *)firstResult;
whose definition is like:
@interface GMSReverseGeocodeResult : NSObject<NSCopying>
/** Returns the first line...
Loretaloretta asked 23/2, 2013 at 1:33
3
We are getting a lot of data and are trying to build a system on our database which can convert latitude-longitude information to city and country. We don't want to use any of the google Api's. We ...
Veronikaveronike asked 29/1, 2014 at 11:54
1
Solved
I have >34.000 geographic coordinates in my data in .csv format, for each of those I need to return the country.
I am using Python, the Geocoder library. The Google API has daily query limit of 2...
Stickpin asked 28/6, 2019 at 14:5
2
Solved
I have to geocode few addresses in R but getting a "Timeout was reached: Connection timed out after 10000 milliseconds" error. I am behind office firewall so tried to use proxy as well but still ge...
Garnet asked 11/2, 2019 at 5:9
4
Solved
I wan't to reverse geocode and get the address in two languages arabic and english so I want to get it in one language then change the language of the API and get the address in the other language,...
Greenhaw asked 15/8, 2011 at 13:21
1
Solved
I'm programming in Angular with Openlayers library.
I want to use this API : https://adresse.data.gouv.fr/api (the page is in french so I will explain the purpose)
The goal of this API is on...
Byelostok asked 24/5, 2018 at 13:25
1
Solved
getAddress( lat: number, lng: number ) {
console.log('Finding Address');
if (navigator.geolocation) {
let geocoder = new google.maps.Geocoder();
let latlng = new google.maps.LatLng(lat, lng);
...
Konikow asked 10/5, 2018 at 11:36
2
If someone could help me. Is using geocoder free for android, currently i'm only using google maps. I see that it says that its only 2500 requests per day. Or is this only for web and something ent...
Shropshire asked 1/3, 2017 at 15:29
4
Solved
I have many points on Google Maps and I want to show for each point the nearest city (so a reverse geocoding).
I have a multidimensional array like this:
citta_vicine = [];
var comuni = [
["Aba...
Altruist asked 26/3, 2018 at 15:2
1 Next >
© 2022 - 2024 — McMap. All rights reserved.