Tagged Questions
9
votes
5answers
469 views
Storable Geocoding/reverse Geocoding services
Im currently looking into an easy way to query and store Latitude/Longitude for a given address. There are a plentitude of services out there, but none actually allows me to store the data I retieve ...
3
votes
5answers
2k views
Reverse Geocoding Without Web Access
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 the ...
2
votes
6answers
3k views
Retrieving Postal Code with Google Maps Javascript API V3 Reverse Geocode
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:
...
2
votes
3answers
480 views
How to get Phone Number from Latitude & Longitude
I have a bunch of restaurants in an Excel. All these restaurants have Lat/Long co-ordinates. Sadly in this Excel their phone number is missing. So If I want to book a reservation at a particular ...
2
votes
1answer
278 views
How to make a Google Maps address - like lookup
You've probably all seen the maps.google.com.au address lookup. Start typing into the text box and your address auto completes in the list before you've finished. It also bolds the matching sections ...
2
votes
5answers
448 views
List of GeoCordinates to Postal/Zip Code
Is there a publically available List or a database that has geo-coordinates to Postal/Zip Code mapping ?
2
votes
1answer
134 views
Is there any service returning ZIP Codes on given city/satate?
is there any server available that i can use for getting zip codes on the basis on city/state ?
Thanks
2
votes
2answers
1k views
What is the limit for reverse-geocode lookups on iPhone?
I'm trying to find out the limit for reverse-geocode lookups on iPhone, are they per application/per device and how many per day? The doco just states:
MKReverseGeocoder
Each Map Kit ...
1
vote
0answers
113 views
Batch reverse geocoding
Recently I found myself in need to perform large batch reverse-geocoding operations.
Large means something about 20k points per request.
I was looking at Nominatim as standalone server. But there is ...
1
vote
0answers
211 views
Constructing Intersections from Google Maps API
Problem:
I am trying to reverse geocode a lat/long into a closest street intersection using Google Maps API V3. Also, for now, this doesn't have to be super accurate-- as I am just trying to ...
1
vote
1answer
46 views
Google Geocoding UK address does not get listed
I followed the examples in following site,
http://code.google.com/apis/maps/documentation/geocoding/
So I expected following url would give me UK addresses. But it is still giving me US address. Any ...
1
vote
0answers
101 views
could not connect to the internet
I'm using CLLocationManager to determine the current location and i'm using maps.google.com for reverse geocoding. Whenever I switch from wifi to 3g network and try to run my app which gets the ...
1
vote
1answer
417 views
Status code 0 on Google geocode API from iPhone/sim, but works fine on web (Non English characters)
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 ...
1
vote
2answers
1k views
Forward geocoding on iOS
Map Kit currently only has support for reverse geocoding (coordinates to address), not forward geocoding (address to coordinates). I see another SO post mentioned this, and a few people posted their ...
1
vote
1answer
248 views
Obtaining street name from postal code - Canada
I would like to know if anyone has been able to map a postal code to a street name in Canada.
Canada Post does this in their website through their systems. I tried submitting an AJAX POST request to ...
1
vote
2answers
295 views
Offline Reverse Geocoding at Country Level
There seems to be much about this, but everyone seems to want street level data.
I'm writing an iOS app that needs to get the international dial code (outgoing) for the country you are in - so all I ...
1
vote
1answer
377 views
Techniques for offline reverse geocoding on a mobile device?
I am working on a mobile mapping application (currently iOS, eventually Android) - and I am struggling with how to best support reverse geocoding from lat/long to Country/State without using an online ...
1
vote
1answer
277 views
Is there a way to accurately determine which city in US the user is in using Android Location Manager?
I am trying to determine the city in USA the user is in using their current location from an Android App. I want to use the GPS as the location provider but how accurately can I determine the name of ...
1
vote
2answers
456 views
Geocode Area Names of a City to get Lat and Long
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 ...
1
vote
1answer
176 views
Most Useful services/methods for Geocoding in Augmented Reality app for iPhone?
I'm building an Augmented Reality application in the fashion of Yelp, and need to access the geodata of various buildings in as accurate a fashion as possible. What is the most accurate Geocoding ...
1
vote
1answer
366 views
Transportation Web App - utilizing google or bing map api
I have a MS SQL database with a table that stores geocoded "PICKUP" locations which I eventually may or may not want to display depending on search filters the user selects. These are not static like ...
0
votes
0answers
37 views
How can i implement an offline geocoder for a single city using OSm data in android?
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 m looking into the ...
0
votes
0answers
118 views
How to reverse geocoding on wp7
I started programming with bing webservice sdk a few days ago, first signed an application id and tested with geocoding from an selfwritten windows mobile C# program. It works very fine, used the ...
0
votes
1answer
50 views
Does Yahoo's PlaceFinder API always return 0 or 1 result for a reverse (lat/lng) lookup?
I'm familiar with the geonames API, whose findNearbyPlaceName resource takes an optional radius parameter and can return multiple places for a given lat/lng pair.
When doing a similar lookup in YDN ...
0
votes
0answers
57 views
How do I find all coordinates inside a city?
I have a question here specific to FourSquare but this question is a bit broader in that I am interested in knowing the semantics of lat/lon pairs. I am not very familiar with geocoding but from this ...
0
votes
1answer
142 views
reverse and forward geocoding within a region
I wish to know which is the best approach to do as said in the title.
Somehow, the reverse geocoding provided in the mapkit framework can't seems to provide accurate address(missing postal code etc)
...
0
votes
1answer
624 views
Reverse Geocode on Client Side (Google Maps V3 API)
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 geocode?
...
0
votes
1answer
104 views
Sync with Bing Maps geocoding services globally
my company has numerous locations throughout the world that require incredible response times for geocoding and reverse geocoding services...each location will submit global addresses and lat/longs ...
0
votes
1answer
876 views
Googlemaps Reverse GeoCoding Get Country Name, UK Countries
I am using google maps Api V3 and using reverse geocoding to find the name of a country clicked on.
This appears to work fine for most countries except the countries within the UK.
The UK consists of ...
0
votes
1answer
451 views
iPhone using geocoder to create a string so it can be fed into Google Maps
So here's my last query. I've got all my components I need, however, I need the phone to create a string from the geocoder so it can be fed into Google maps. This string is passed to a server, then ...
0
votes
1answer
136 views
Graticule Geocoding Problem
I'm attempting to use Graticule to geocode an address but I'm running into an annoying problem. When geocoding an address in the US, the region attribute from the location is the two letter ...
0
votes
1answer
813 views
Address component type in google maps geocoding
this is a part of my geocoding code. I want it to show only country of the selected place, but it shows all address components, My problem is I cant specify the address components object. There is a ...
0
votes
1answer
175 views
Geocoding for the emergency services
I'm currently developing an application for the emergency services (target market is NY) A crucial part of the application is the mapping feature. I'm currently using Google maps API and Bing, as a ...
0
votes
1answer
370 views
Use MKReversegeoCoder with native application
I have used MKReverseGeocoder from iPhone sdk for my application without using mapview of iphone sdk,but my application has map view which i am getting from google api passing Address.
But in order ...
0
votes
3answers
2k views
Geocode an IP address?
Does anyone know of any open RESTful API that I can call to geocode a user's IP to the latitude and longitude?
Ideally, it would be something like: http://google.com/geocode_api/?IP=1.2.3.4 and it ...
0
votes
4answers
419 views
Map GEO API Services
Does anyone know of a good even paid API for mapping to get GEO stuff.
I am really frustrated with google map giving poor results even though it beats all others.
I have tried so far.
Google
Yahoo ...
0
votes
3answers
989 views
Returning neighborhood based on address with Google geocoder/API
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 ...
0
votes
3answers
862 views
How to find State location from iphone GPS?
I'm trying to add to my program that locates the person in GPS but sets a value to
the State that person is in so example: GPS Locates person from his/her iphone then returns the state they are in so ...