gmsautocomplete

Google Places iOS - Can't load search result

会有一股神秘感。 提交于 2019-12-29 07:54:31
问题 I am using GMSAutoCompleteViewController from Google Places API in my iOS Project. Suddenly today my GMSAutoCompleteViewController keeps on giving me error "Can't load Search Results". I have regenerated my API Key using fresh one. I have tried everything, but still some how it does not work. I am using Objective-C. Can anyone help ? Code GMSAutocompleteViewController *acController = [[GMSAutocompleteViewController alloc] init]; acController.delegate = self; [self.navigationController

How to get latest GoogleMaps SDK using pods

喜欢而已 提交于 2019-12-06 03:08:34
问题 I'm trying out the google places sdk sample. I installed it using pod try GoogleMaps I installed GoogleMaps (1.10.5) using cocoapods source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.1' pod 'GoogleMaps' checking the GoogleMaps in both steps, the one in the sample (1) contains more headers like GMSAutocompleteTableDataSource.h Why are they different? The one in the sample seems to be a better version but the one given by pods is not the latest? Its not even in the changelog 回答1

How to get latest GoogleMaps SDK using pods

那年仲夏 提交于 2019-12-04 08:28:39
I'm trying out the google places sdk sample. I installed it using pod try GoogleMaps I installed GoogleMaps (1.10.5) using cocoapods source ' https://github.com/CocoaPods/Specs.git ' platform :ios, '8.1' pod 'GoogleMaps' checking the GoogleMaps in both steps, the one in the sample (1) contains more headers like GMSAutocompleteTableDataSource.h Why are they different? The one in the sample seems to be a better version but the one given by pods is not the latest? Its not even in the changelog Run pod update GoogleMaps . Cocoapods won't update the version of a pod you've already downloaded unless