reverse-geocoding Questions
0
First time doing geolocation lookup and I'd like to return where the user is currently. Not on a map, but retrieve state information and give them options within the app due to their location.
Wh...
Tennant asked 2/4, 2015 at 13:10
4
Problem in getting contents/ files using file_get_contents from url or Problem in reverse geo coding
I am trying reverse geocode using google api in php script(using xmlrpc).I wrote the following code in my local system its works fine,but when I try in our webserver it fails.
function reverseGeoC...
Therron asked 5/8, 2011 at 9:30
2
Solved
http://maps.googleapis.com/maps/api/geocode/xml?latlng=23.0043673,72.5411868999996&sensor=false
this link gives me following result
This XML file does not appear to have any style information...
Sensitive asked 25/5, 2013 at 7:37
1
Solved
My input is a latitude and longitude. I need to use the reverseGeocodeLocation function of swift, to give me the output of the locality. The code I have tried to use is
println(geopoint.lo...
Cadmus asked 15/12, 2014 at 23:55
7
I know the question has been asked frequently before ,but i am unable to get the solution from any answer or search results.
I have to solve this issue ASAP ..
I am trying to get the latitude and t...
Roadway asked 31/10, 2011 at 10:38
4
Solved
I am familiar with two reverse geocoding APIs - Google Maps and foursquare. Both have problems. Consider lat,lng = 35.699,139.707 (Tokyo).
Foursquare:
GET https://api.foursquare.com/v2/venu...
Anachronous asked 23/7, 2012 at 16:0
1
Solved
Hi i a m writing an application whih gets the current latitude and longitude and convert it to corrsponding address.i can get the lattitude and longitutde but how to convert it to the corresponding...
Pernod asked 27/11, 2013 at 9:16
2
I have a requirement to find all the addresses within given radius. I have implemented following to get done this.
Google Places API
This only provide business addresses within the radius.And it ...
Emanate asked 9/9, 2013 at 2:22
4
Solved
I saw from another question here : Determine iPhone user's country that it is possible to get the current country the user of the iPhone is in.
And that is quite convenient for many uses. Howe...
Crispy asked 20/2, 2011 at 17:47
2
Solved
I've been working on putting together the Javavscript code for Reverse Geocoding in Google maps. I thought I'd solved all the issues I had, but I'm still having problems.
When I embed the Javascri...
Bunsen asked 25/6, 2011 at 16:7
2
I'm developing an iOS app with reverse geocoding features according to this article: geocoding tutorial
But when I test like this on simulator, I get 'kCLErrorDomain error 9'. I've searched a lot ...
Officialdom asked 2/3, 2012 at 0:52
2
Solved
I am new to C# and using Task. I was trying to run this application but my application hangs every time. When I am adding task.wait(), it keeps waiting and never returns. Any help is much appreciat...
Honeysweet asked 22/2, 2013 at 18:20
3
Solved
I have a simple question.
MKReverseCoder is deprecated and doesn't work since iOS 5. We have to use CLGeocoder. But, there are a lot of people under iOS4. How the new apps can work with iOS4 and i...
Ferri asked 18/10, 2011 at 14:43
1
Solved
I have seen many so-called "reverse geocoding" libraries in various languages; all depend on calling an external provider via REST or some similar method. However, you cannot call a REST provider i...
Viscometer asked 19/4, 2012 at 20:31
4
Solved
Is there any way to effectively/accurately pull out a neighborhood within a city based on a passed in address, zip, city, state to the Google Geocoder?
Whenever I try to do it via HTTP (ideal solu...
Brannon asked 9/12, 2009 at 1:46
1
Solved
I'm trying serverside reverse geocoding that can get me a json response and now I want to get 2 or 3 variables from the json response:
I'd like to parse for instance this data and end with eg.
adm...
Coupling asked 6/12, 2011 at 4:11
2
Solved
I have a list of areas names in my City and i need the Lat and Long of the same.
Is there any service which i can use the get the Data ?
I dont wanna use any map. I would like to make simple api ...
Herdic asked 27/9, 2010 at 18:8
2
Solved
When my view goes away I get the following message:
An instance 0x1c11e0 of class MKAnnotationView was deallocated while key value observers were still registered with it. Observation info was lea...
Aeroplane asked 21/2, 2011 at 22:19
1
Solved
How do you do a Reverse Geocode on the clientside using Google Maps V3 API? The forward geocode from address to LatLng is straight forward (code below), but how do you do the same for reverse geoco...
Gratulate asked 2/7, 2011 at 17:56
1
Solved
Try: http://maps.googleapis.com/maps/api/geocode/json?address=Őrbottyán,Hungary&sensor=true
On an iPhone 4 & simulator,
-(void)requestFailed:(ASIHTTPRequest *)request {
NSLog(@"geocode ...
East asked 1/6, 2011 at 16:42
5
Solved
If the formula for converting latitude or longitude to double is
((Degree) + (Minute) / 60 + (Second) / 3600) * ((South || West) ? -1 : 1)
then what's the formula for parsing degrees, minutes, s...
Afreet asked 21/12, 2010 at 23:36
1
I have a set of segments defined by two points. Given a point how can I discover the closest segment to such point?
I have already written an algorithm that computes the distance between a point a...
Thee asked 6/8, 2010 at 12:47
5
Solved
I need to determine at startup what country a user is in, for an iPhone application. Presumably I will have to turn on location services and do some sort of reverse geocoding. I don't really want t...
Ripieno asked 15/6, 2010 at 7:40
1
Solved
I need a function to get an nearest address or city from coordinates(lat,long) using google map api reverse geocoding and php... Please give some sample code
Larva asked 13/1, 2010 at 5:24
0
How can I get an address or a locality name from the geo-coordinates (latitude, longitude) using an API in Java? Is there any reverse geocoder available in Java?
Pucker asked 8/1, 2010 at 6:39
© 2022 - 2024 — McMap. All rights reserved.