On Mar 18, 5:14 pm, Andrew Sparrow <asparrow02...@gmail.com> wrote:
> So what I'm trying to do is pretty simple. I just want the simple geocoding
> example.  

A geocoder takes a (usually) postal address and returns the
coordinates.

A reverse geocoder takes coordinates and returns the address.

> Unfortunately the sample shows the name of the place, but doesn't
> include all the other info you usually get from google maps, like address,
> phone number, website, image, etc, that show up in that little pop-up. Is
> there a way to make all the info show 
> up?http://code.google.com/apis/ajax/playground/?exp=localsearch#geocodin...

You need a different API for that information (or to use your own
database to supply it).

The local search API (I believe) returned the "business" results you
are looking for, that API is now deprecated,  I believe its
replacement is the places API, you might look at that:
http://code.google.com/apis/maps/documentation/places/

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to