GMSAutocompleteViewController 想要在搜索点击时获取搜索栏中的文本
GMSAutocompleteViewController want to get text which is in searchbar on search click
你好我用过GMSAutocompleteViewController全屏控件。
https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control
我无法通过 searchbar 事件和 textfieldshouldreturn 事件尝试获取键盘搜索点击事件,但它没有被调用。我想获取在 google.
中找不到任何位置时输入的文本
确保您已输入您的 provideAPIKey。
来自 Google 地点 API 文档..
https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control
Use a results controller when you want more control over the text input UI
如果您使用 GMSAutocompleteViewController
,则无法访问搜索栏。你必须使用 GMSAutocompleteResultsViewController
.
尝试从控制台
中删除 api 的限制
https://console.cloud.google.com/apis/credentials?project=.
它帮助了我。
thnx
你好我用过GMSAutocompleteViewController全屏控件。 https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control
我无法通过 searchbar 事件和 textfieldshouldreturn 事件尝试获取键盘搜索点击事件,但它没有被调用。我想获取在 google.
中找不到任何位置时输入的文本确保您已输入您的 provideAPIKey。
来自 Google 地点 API 文档..
https://developers.google.com/places/ios-api/autocomplete#add_an_autocomplete_ui_control
Use a results controller when you want more control over the text input UI
如果您使用 GMSAutocompleteViewController
,则无法访问搜索栏。你必须使用 GMSAutocompleteResultsViewController
.
尝试从控制台
中删除 api 的限制https://console.cloud.google.com/apis/credentials?project=.
它帮助了我。
thnx