I have been struggling with Google Places API, I need to use the Address API.
I used the autoComplete and the placePicker APIs just fine, for some reason the Address API is not working.
I have tried looking through this https://developers.google.com/android/reference/com/google/android/gms/identity/intents/Address
but I couldn't figure out how to use the addApi()
for the Address API.
If someone could provide some example code or something to get me started it would be highly appreciated.
Thank you in advance.