Tagged Questions

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 ...
1
vote
0answers
210 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 ...
0
votes
2answers
34 views

Get nearest business name/type by address or GPS coordinate

I'm writing an iOS application and it would be very handy to know the way to find a nearest business name (and especially business type, such as restaurant/hotel/store etc.) by a GPS coordinate, or at ...
0
votes
1answer
32 views

How can I reverse geocode with google maps api?

I am using the following code to display google maps on my website with autocomplete functionality. I would like to be able to reverse geocode using the longitude and latitude and echo the address on ...
0
votes
1answer
156 views

Reverse Geocoding With Dynamic Form

I've been trying to find a way to use the 'Reverse Geocoding' service with the Latitude and Longitude co-ordinates coming from two text boxes on my HTML form, and I must admit I'm not really sure what ...
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
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 ...