0

I'm trying to determine if the Google Places API is suitable for a restaurant review website I'm working on (disclaimer: I'm not a developer so please excuse my lack of knowledge here).

Specifically, looking at https://developers.google.com/places/documentation/details for support, I'm trying to determine if the Places API includes the following restaurant-specific attributes in its database that we could query: cuisine type (i.e. Indian, Brunch, American) and/or neighborhood (i.e. Marina, Mission, Financial District). As an example in Layman's terms, if we were to use the Google Places API, would users on our site be able to search for Indian restaurants in the Financial District and see restaurants that meet that criteria?

Thanks, Jaydon

4

1 回答 1

0

您必须使用“类型”进行restaurant搜索并在搜索中输入 term indian,至于您可以使用radius
外行术语的位置,是的,您可以,但邻域将由半径格式的一个中心位置确定(不会放弃实际社区的具体轮廓)并且必须将食物类型包含在搜索词中,您可以自动添加,换句话说,您可以要求最终用户指定他的美食寻找(多选)您在搜索词中自动添加该美食的方式。

于 2013-03-12T20:43:52.163 回答