【发布时间】:2018-08-12 03:15:16
【问题描述】:
我想限制我只搜索我所在城市内的地方,非常感谢任何帮助
我正在使用 => FaridSafi/react-native-google-places-autocomplete
谢谢
【问题讨论】:
-
城市没有组件过滤器。作为一种解决方法,您应该使用 location、radius 和 strictbounds 参数。看看文档developers.google.com/places/web-service/autocomplete
-
感谢我通过在查询字符串中正确添加参数使其正常工作。总之谢谢
标签: react-native google-places-api googleplacesautocomplete