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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.6.0-rc.1
Other
The SearchEngine.createSearchEngine() and SearchEngine.createSearchEngineWithBuiltInDataProviders() functions, which do not accept ApiType as a parameter, have been deprecated. Please use functions that explicitly accept an ApiType instead.
The SearchEngine.select() function, which allows selecting multiple suggestions, has been deprecated. From now on, you should select only one search suggestion at a time.
The ApiType.SBS has been deprecated. Please use other ApiType values that better suit your use case.
The PlaceAutocomplete.create(LocationProvider?, ApiType) function has been deprecated. Please use the function with the default api type.