I am having trouble finding a way to search for more than one keyword at a time, I have not found anything in the google documentation about this. I need to look for sandwiches, but in São Paulo, especially in the interior, they call sandwiches for snacks, for example. So when I use the keyword "sandwiches" or "sanduicheria" it does not return the "sandwiches".
I have tried in a few ways, but I have not yet succeeded:
keyword: 'sandwich shop | hamburger | hot-dog' keyword: 'sandwich shop + sandwich + burger + hot-dog' keyword: 'sandwich shop, sandwich, burger, hot-dog' keyword: 'hamburger sandwich hot-dog sandwich'
I'm using "nearbySearch".
this.request = {
location: position,
radius: '5000',
keyword: 'lanchonete|sanduiche|hamburguer|hot-dog',
type: 'food'
};