shahalR

Results 1 issues of shahalR

Integrated following Mapbox dependencies ```kotlin implementation 'com.mapbox.maps:android:10.15.1' implementation "com.mapbox.search:place-autocomplete:1.0.0-rc.7" implementation "com.mapbox.search:autofill:1.0.0-rc.7" ``` And initialized AddressAutofill with `addressAutofill = AddressAutofill.create(getString(R.string.mapbox_access_token))` But while using `suggestions()` to get address list, getting > Cannot...

bug