You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DasserBasyouni@shahalR
I've had problem with suggestions method suggestions in place autocomplete. I spent two days, but crucial was adding project dependencies:
Integrated following Mapbox dependencies
And initialized AddressAutofill with
addressAutofill = AddressAutofill.create(getString(R.string.mapbox_access_token))
But while using
suggestions()
to get address list, gettingval addresses = addressAutofill.suggestions(searchQuery!!, AddressAutofillOptions())
Is there any work around this ? or do I need to use the API feature ?
The text was updated successfully, but these errors were encountered: