PlaceAutocomplete error: Cannot access class 'com.mapbox.search.internal.bindgen.ApiType' #296
Open
1 of 4 tasks
Labels
bug
Something isn't working
Environment
SearchEngine
class, and etc.)OfflineSearchEngine
class, and etc.)Code examples
Observed behavior and steps
Cannot initialize placeAutocomplete. The documentation indicates that the line above should include an API token as a parameter. However, the create() method in 2.5.0 does not take an API token. It should be initialized with default options, which include LocationProvder and ApiType. However, it generates the error indicated in the title: Cannot access class 'com.mapbox.search.internal.bindgen.ApiType'
On the Discord server, there are reports of this same issue going back at least to 2.2.0
Expected behavior
Initialize PlaceAutocomplete and execute queries.
The text was updated successfully, but these errors were encountered: