Generates an address from a latitude and longitude.

learn more… | top users | synonyms

0
votes
1answer
24 views

I want to parse Google Map API for reverse geocode in Android

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 ...
1
vote
1answer
12 views

does google maps v3 reverse geocoding has usage limit

I don't know where to ask so I hope this is the place I want to ask if google maps v3 reverse geocode has a limit! I ask because Use of the Google Geocoding API is subject to a query limit of 2,500 ...
0
votes
1answer
31 views

Windows Phone ReverseGeocoding to get Address from Lat and Long

i am using the following service reference to get location details from latitude and longnitude http://dev.virtualearth.net/webservices/v1/geocodeservice/geocodeservice.svc i added the above URL ...
0
votes
0answers
14 views

GEO location, and reverse geo coding not working in Xamarin

I have been trying from long time to get following program run http://docs.xamarin.com/recipes/android/os_device_resources/geocoder/reverse_geocode_a_location CODE : using System; using ...
-1
votes
0answers
19 views

Reverse Geocoding [closed]

I am trying to do a batch geocoding like Batch Geocoding, however I have implemented something similar and I usually get a over due query limit, my function is function codeLatLng() { if ...
0
votes
6answers
73 views

get location name from latitude longitude in iOS

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 ...
0
votes
1answer
71 views

Google maps reverse geocoder returning gibberish instead of city name?

I am making an app for android. I am reverse geocoding a set of coordinates using Google maps reverse geocoder, and parsing the JSON that is returned to extract the city name. But instead of a city ...
1
vote
1answer
29 views

“The constructor Geocoder(Context, Locale) is undefined”?

I am making an android app, and need to use Google maps' reverse geocoding. The relevant code is: Geocoder geoCoder = new Geocoder(getApplicationContext(), Locale.getDefault()); ...
2
votes
3answers
121 views

Alternatives to Google maps reverse geocoder?

I am making an android app which determines the user's location based on his latitude and longitudinal position. So I am using the Google Maps reverse geocoder. But the problem is that Google says ...
0
votes
1answer
41 views

Restrict reverse geolocating - kCLErrorDomain Code=2

I am currently trying to write an iOS app that logs the states that a user has visited. The issue I am facing is that my (void) locationManager:(CLLocationManager *)manager ...
0
votes
1answer
44 views

Where can I find algorithm for determining street by given latitude and longitude?

I can't find a description of algorithm which can determine street by given coordinates. I'm using OpenStreetMaps as my map data source. I've found this tool which does the job, but the algorithm is ...
1
vote
0answers
36 views

Geopy Error with Reverse Geocoding

I am using Geopy. I get follwoing error for the code. I have using the same code as on https://code.google.com/p/geopy/wiki/ReverseGeocoding from geopy import geocoders g = geocoders.GeoNames() ...
1
vote
0answers
42 views

CLLocationManager not returning correct location

I'm working on an app where it checks your location every minute or so to see if your location changed. I am simulating the location changes by using a simulated location in xCode. First I'll do ...
0
votes
0answers
56 views

reverse geocoding with google api v3: get country two-letter code (ISO 3166-1 alpha-2)

In my db, I have got all countries with their codes. Next, I have some objects with longitude/latitude coordinates. I want to use reverse geocoding service of google api to link these objects to the ...
0
votes
0answers
117 views

google maps api: set marker -> display address

This is my very first question and I'm quite new to everything in programming. I've recently started picking up on the php/mysql. I thought I'd spice up this project with a simple google maps feature. ...
0
votes
0answers
17 views

Reverse Geocoding: Apple Maps & UISearchDisplayController

I would like to search Apple Maps and put in the Name/address of a place i.e. "Starbucks" in UISearchDisplayController and have the results appear in UITableView? I would also like to a add a button ...
1
vote
1answer
25 views

Does GeoNames allow to download street data as files, not through web service?

I've found, that GeoNames allows to download data for reverse geocoding (http://download.geonames.org/export/dump/readme.txt), but looks like in those files there's no street/street number ...
0
votes
0answers
19 views

how can i put formatted_adress in an array

how can i put the results[0].formatted_adress in an array? var c = 0; $.each(data, function(x, y){ var latLong = new google.maps.LatLng(9.32432,43.12321); geocoder = new ...
0
votes
0answers
80 views

Reverse geocoding with Google Maps does not work

I have a question about reverse geocoding. If I add the following code, it does not work var degerler; degerler = new google.maps.LatLng(49.7222842, 9.9608999); geocoder = new ...
-2
votes
1answer
94 views

Geocoding in android Api Charges? [closed]

Hi does geocoding and reverse geocoding android api charges? if yes then how much? Thanks in advance
0
votes
1answer
81 views

How to prepare existing database for location aware searching?

Requirement : I am currently working on an app that has over 30000 records. The requirement is to have location based/aware searching. For eg. within 5mi from my present location. How will this ...
0
votes
0answers
57 views

Anybody know a good way to do offline reverse geocoding?

I'm looking to do offline reverse geocoding for a project. This is so that I can make cronjobs and get the city, state for millions of records. Does anybody know a service that can provide the data ( ...
0
votes
4answers
647 views

Reverse geocoding stops works in android map version v1

I am working with reverse geocoding in Android. My code successfully worked until yesterday, but now it stopped working on my Android device (samsung S2). But it works in the emulator. When I compile ...
1
vote
2answers
174 views

Using Task.wait() application hangs and never returns

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 appreciated. ...
0
votes
1answer
68 views

Get city code for the city which get from current location eg., New York, NY

In my application, I m getting City name from current location using MKReverseGeocoder I also getting Country code but I want is City code too. For exmaple If I get New York city than i want to get ...
1
vote
1answer
139 views

Problems in setting gisgraphy geocoder

I am using Gisgraphy for building an offline geocoder. I am using the instruction on their website http://www.gisgraphy.com/documentation/installation/index.htm . I followed all the steps but getting ...
0
votes
1answer
94 views

Foursquare Can't Geocode full address?

I'm trying to input a full address "700 flower street, los angeles, CA" but its giving error [meta] => stdClass Object ( [code] => 400 [errorType] => ...
0
votes
0answers
31 views

Which data needs to be stored for reverse geolocations

I was looking to use the following page to reverse geocode locations which i can then store the data in an online database. http://universimmedia.pagesperso-orange.fr/geo/loc.htm Everythings works on ...
0
votes
2answers
165 views

How to get the User's City and Country in Iphone in English

I am using the following code to get the user's city and country in Iphone. CLLocation *location = // Some location [[[CLGeocoder alloc] init] reverseGeocodeLocation:location ...
0
votes
1answer
87 views

Geo Coding Service not available

I am using Emulator Google api's (Google inc). i want to get the address of giver geopoint. but i am getting this "Service not available" error. i am currently on api level 10. some one told me about ...
0
votes
1answer
284 views

Offline reverse geocoding on iOS

There are lots of existing questions relating to this issue, but I have looked at as many of them as I could find and did not get an answer. I'm trying to perform an offline reverse geocoding lookup ...
0
votes
1answer
242 views

Get nearby street addresses within a radius

I would like to retrieve a list of all the street addresses within a small range on a geopoint. A scenario for use is for a user to select his/her current address from a list of addresses (within say ...
0
votes
0answers
45 views

iOS:Mapkit: Require resource to map the entire boundary of a country on MKMapview

I want to get some resource for the latitudes & longitudes of all the countries of the world in xml (any format) format. I am already using a resource [TM_WORLD_BORDERS_0.2] but the coordinates ...
0
votes
1answer
94 views

Not Getting Zipcode for India locations using MKReverseGeocoder

I am developing an application based on geocoder. I am using the placemark address dictionary method inside the geocoder delegate method. I'm able to get all the details (street, city, state, county, ...
0
votes
1answer
234 views

Is it possible to get cities polygonal boundaries like in Google Maps?

I would like to have the possibility to tell if a GPS location is in an inhabited or uninhabited zone. I have tried some reverse geocoding services out there, but all of them proved useless, because ...
1
vote
2answers
91 views

Determine if GPS location is within city limits?

I want to be able to determine if a GPS location is in an inhabited or uninhabited zone. I have tried several reverse geocoding API like Nominatim, but failed to get good results. It always returns ...
0
votes
0answers
355 views

How do I find a Place in Google Map API using latitude and longitude in android

After a lot of discussions and searched through StackOverflow I finally found how to use latitude and longitude values to search the current place in Google Places API. (In my android application) ...
0
votes
1answer
166 views

google places API finding place

To use google places API in our Android application, a key is needed. I have got a key now. But I don't know about how do i use it in my application and how to do search for a specific place. Also, ...
1
vote
1answer
382 views

Ho do i use google places to find a place in android

Just now I've purchased Google API Key. I've find the exact place by using google Places. The most important thing is I've to find the place programmatically which means that When I open my ...
0
votes
0answers
84 views

Using Google Places to find location

I want to use Google places to capture my location name in android(not map. Because it didn't capture the streets and villages properly). but i don't know how to use google places in my application. ...
0
votes
1answer
189 views

How can I get the nearest Place (Village Or Street name)

In my application, when the user insert data i want to capture the user's exact place. I've tried so many methods. But none of them shown the exact place. (I meant that they display the country and ...
0
votes
0answers
68 views

Error on GUIStatics

I have already asked one question GUIStatics cannot be resolved to a variable . But no one answered it. But now i want to know at least how to use GUIStatics. I need the syntax for GUIStatics. Because ...
2
votes
0answers
119 views

GUIStatics cannot be resolved to a variable

I'm trying to get the user location name from the following code. I'm receiving error as GUIStatics cannot be resolved to a variable. How to correect it. Also can anyone tell is this code the correct ...
1
vote
3answers
316 views

Reverse Geocoding using Perl and Google Maps API

A Perl module exists in order to interface with the Google Maps API. The code is as follows: use Geo::Coder::Google; $geocoder = Geo::Coder::Google->new(); @location = ...
0
votes
1answer
58 views

ReverseGeoCode and Save result in CoreData

Suppose i have 1000 entries for altitude and longitude in coreData. i want to do reverseGeoCoding for these altitude and longitude and save result back in coreData .Based on below concern i have ...
0
votes
0answers
116 views

Given a location's coordinate, locally find out the zip-code without any Web API

I'm working on the visualization of a large spatial data set(around 2.5 million records) using Google maps on a web site. The data points correspond to geographic coordinates within a City. I'm trying ...
1
vote
1answer
171 views

reverse Geolocation : Postal Code Issues

This code I am using to get the entire Address of the user using Reverse Geolocation. Can someone suggest me the way to just get the Postal Code or Zip code out of it . //Geocoding Block ...
0
votes
2answers
101 views

Return User's State as an NSString with reverseGeocodeLocation

I am trying to simply return a user's state. I understand that I need to use reverseGeocodeLocation. I would like to return the state as an NSString in the same way that I am returning the user ...
4
votes
1answer
982 views

problems with android.location.geocoder

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 which ...
0
votes
0answers
41 views

Native language of country from lat/long - For google translate

I have lat/long, and I want to translate a set phrase into the language most appropriate for that location. The method I'm planning is: Reverse geocode country from lat/long (google maps API) ...

1 2 3 4 5 6