Yup, that's what I've been doing while waiting for replies here on my post..thank you! By the way, so if I get it right, the information placed/displayed on the left panel of Google Maps came from Google Places? And is the documentation on Google Places (http://code.google.com/apis/ maps/documentation/places/) updated? Because I tried to use the code "https://maps.googleapis.com/maps/api/place/search/json? location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AIzaSyAiFpFd85eMtfbvmVNEYuNds5TEF9FjIPI" (using my own API key) to test whether it will return results in JSON...but it didn't.
On Jun 30, 4:46 pm, Rossko <[email protected]> wrote: > > Is there a way to tap into Google's search result on the left > > panel of maps.google.com? > > That would be a question for maps.google.com > grouphttp://www.google.com/support/forum/p/maps?hl=en > > The geocoder does its best to identify a single address as best it can > from user input. It is not purposed for searching an area or a range > of addresses, it does not search business names. > > If you want those kinds of results you might try the Places > APIhttp://code.google.com/apis/maps/documentation/places/ -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
