Google Places API: Searching for names containing spaces -


is possible search names containing spaces?

name: ['burger king|subway']  //fails name: ['mcdonald|subway|chipotle'] // works 

https://maps.googleapis.com/maps/api/place/search/json?location=33.4,-112.0&radius=5000&name=mcdonald|subway|chipotle&sensor=false&key=yourkeyhere

thanks!

performing places search request multiple keywords or names not officially supported places api therefore not guaranteed return accurate results.

if believe support multiple keywords or names useful feature, please file 'places api - feature request' here.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -