I've used CocoaPods
to import GoogleMaps
to my project:
pods 'GoogleMaps'
Then I tried to import <GoogleMaps/GoogleMaps.h>
and use the GMSAutocompleteViewController
but it does not exist in the project!
I'm trying to implement the delegate GMSAutocompleteViewControllerDelegate
, but it is nowhere to be found.
Can someone explain why?