views:

397

answers:

1

Is it possible to pass a search query to a Local search Google Maps object?

I've found this: http://www.google.com/uds/solutions/localsearch/reference.html , but could not find a way to pass a query (i.e. "Pizza").

A: 

Try localSearch.execute('Pizza')

Kev