Alright, so basically I've been experimenting with the Google Places Api and I've reached a bit of trouble.
So the documentation says import com.google.android.gms.location.places.GeoDataApi
So I've added compile com.google.android.gms:play-services-location:6.5.87
but when I try to do the import com.google.android.gms.location.places.GeoDataApi
it does not give me an option to do .places
, like in the .location
.places
is not an option. It would be greatly appreciated if anyone could help.