Can i get the exact results as like google by passing just keyword? 
<http://stackoverflow.com/questions/38971762/can-i-get-the-exact-results-as-like-google-by-passing-just-keyword>
up vote
down votefavorite 
<http://stackoverflow.com/questions/38971762/can-i-get-the-exact-results-as-like-google-by-passing-just-keyword#>

I want to search places by keyword match.

I have used google map places api for this and passed followed arguments for 
search in this name is dynamically added from search textbox.

  var search = {
          bounds: map.getBounds(),
          keyword:[name] //name=dentist

        };

I am getting results in this but these results are not same as i got from 
google search.

Suppose If i enter dentist and choose location Ahmadabad in auto complete 
then i need the search results exactly as i search "dentist in ahmedabad" 
in google.

Is it possible to get same results as google? Help will be appreciated.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/aa96295b-c885-4f75-aaba-8c674d0fc46f%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to