hitrust / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 1 forks source link

Local search default code does not return any results #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to the Play ground page for center local searches 
https://code.google.com/apis/ajax/playground/#center_localsearch
2. click search with the default settings and nothing returns.

What is the expected output? What do you see instead?
I expect some output. Name address and phone number was provided last night 
when I tried it but when I returned in the morning, it no longer provides any 
output.

What version of the product are you using? On what operating system?
I'm using Chrome to load the page. Version 33.0.1750.117 on Win7 Pro.

Please provide any additional information below.

Original issue reported on code.google.com by ravenhaw...@gmail.com on 26 Feb 2014 at 3:14

GoogleCodeExporter commented 8 years ago
Take a peek at your browser console:

The Google Local Search API is deprecated. Please migrate to the Google Places 
API (https://developers.google.com/places)

So not only is the Places API not in the playground yet, but they're still 
allowing people (including you and me!) to get confused by having a live demo 
of a dead API.

Original comment by digitaltoast on 27 Mar 2014 at 4:42