EurekaCommunity / GooglePlacesRow

This repository aims to create a row for Eureka with autocomplete from Google Places
MIT License
60 stars 12 forks source link

Google Frameworks #6

Closed emadd closed 7 years ago

emadd commented 7 years ago

Followed the instructions. import GoogleMaps will not compile with error "No such module" but import GoogleMapsBase works. However, when referencing GMSServices, I get another error "Use of unresolved identifier"

emadd commented 7 years ago

Nevermind. Looked at Example project and resolved my issues