Is it possible to search for names containing spaces?
name: [\'Burger King|Subway\'] //fails name: [\'McDonald|Subway|Chipotle\'] // works <
name: [\'Burger King|Subway\'] //fails name: [\'McDonald|Subway|Chipotle\'] // works
Use "+" if there is space inbetween the name -
https://maps.googleapis.com/maps/api/place/search/json?location=33.4,-112.0&radius=5000&name=Burger+King&sensor=false&key=YourKey