0
votes

Using the Google places java-script library at the Google provided sample : https://google-developers.appspot.com/maps/documentation/javascript/examples/places-searchbox

I am trying to get only results like 'Mexican restaurants', 'fast food' , 'florist' etc and not establishments or cities/countries.

is this possible?

1

1 Answers

0
votes

According to the documentation, it is not possible. You can only limit the results to the type of "establishment" which means

instructs the Place service to return only business results.