在Google提供的示例中使用Google places java-script库:https://google-developers.appspot.com/maps/documentation/javascript/examples/places-searchbox
我只想得到像‘墨西哥餐馆’,‘快餐’,‘花店’等的结果,而不是机构或城市/国家。
这个是可能的吗?
发布于 2013-03-12 00:22:34
根据documentation的说法,这是不可能的。您只能将结果限制为“建立”类型,这意味着
指示Place服务只返回业务结果。
https://stackoverflow.com/questions/15343344
复制相似问题