Tagged Questions
2
votes
0answers
41 views
Can Google Geocode returning addresses nearby
I am using google geocoding to bring me addresses according to what a user type on the search box in my iOS app. I would like to know if it is possible, lets say when the user types m google api ...
1
vote
1answer
169 views
Multiple response from nominatim service call (Geocoding) in openstreetMap
I am using OpenStreeMap with Google as layer, and for geocoding , nominatim service.
Below, is my code.
$.ajax({
url: "http://nominatim.openstreetmap.org/search?q=" + address + ...
0
votes
2answers
159 views
How to use Google Maps geocoding with Openlayers?
I'm making a Openlayers map with some shapefile and I have Google Maps base layer. I want to create a text area and a button. When I input a address and click the button, the map should show me the ...
3
votes
1answer
77 views
How does Google Map API authenticate users?
They put a limit on the amount of map views, geocodes etc that can be done each day but in the documentation I can't find anywhere where they actually list how it is authenticated.
My guess is it has ...
2
votes
2answers
118 views
Is there a geo-fence map of Apple's or Google's reverse geocoding?
Is there a map that shows how lat/long maps to locality/county/sublocality/subadmin and possibly covered area?
8
votes
4answers
2k views
Geocode address once in google maps, save in database, read geocoded result from there on
Is it possible to geocode an address, save the result in a database, then read that result from there on?
I'm using a Google map that is geocoding hundreds of addresses which obviously hit the ...
5
votes
4answers
3k views
How to Geocode 300,000 addresses on the fly?
I have a database which has 300,000 address, which are to be shown on map. I know if I geo-code all the address it will be too expensive for me. So I was wondering if it is possible to geo-code the ...
2
votes
4answers
4k views
How to use Google Maps V3 Geocode with Openlayers
How to use Google Maps V3 Geocode with Openlayers. Below is my code but the function does not execute when I try to integrate it with Openlayers. This works with my original google v3 file. Below is 2 ...
4
votes
1answer
404 views
Open street map accuracy problem
I want to locate shops with open street map. For that I send a query to nominatim, a webservice which geocodes coordinates from addresses.
I draw a marker at the returned coordinates, and it´s ...
10
votes
1answer
687 views
Can you query overlapping user-defined polygons at a given point in Google Maps?
I need to find out the limitation of working with the Google Maps API, and the possible solutions for doing semi-complex spatial comparisons.
What I'm looking to achieve is a system of comparison ...
13
votes
7answers
21k views
How to avoid Google map geocode limit?
I'm creating a custom google map that has 125 markers plotted via a cms. When loading the map I get this message:
Geocode was not successful for the following reason: OVER_QUERY_LIMIT
I'm pretty ...
1
vote
1answer
2k views
Given city and state, how to get the nearest zip code in US
We have a situation where user enters a city, state for which we need to find a corresponding zip code. In case there is no corresponding zip code, we are required to find a zip code that close to the ...
0
votes
1answer
332 views
Problem running bounding-box queries
I am working on a google map application, to display the items that are listed in the selected rectangular area. Below image give you some understanding.
Based on the co-ordinates ...
5
votes
3answers
701 views
GPS coordinates to neighboorhood?
I have tried both Google and Yahoo's Geocoding services to get the Montreal neighborhood/district from GPS coordinates but while they are both able retrieve the correct (address, city, state, country) ...
8
votes
4answers
1k views
How to Geocode a City
First, a little disclaimer.
I know that I can just call one of any number of geocoding APIs to perform this for me. This is more of a curiosity than anything else.
With that aside, how does someone ...