mapbox-search-android icon indicating copy to clipboard operation
mapbox-search-android copied to clipboard

Android SDK for Mapbox Search including preconfigured UI

Results 25 mapbox-search-android issues
Sort by recently updated
recently updated
newest added

### Description Correcting the test data to include the country in the description. Changing the difference calculation delta for doubles. ### Screenshots or Gifs ### Checklist - [x] My code...

### Description ### Screenshots or Gifs ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code...

### Description This is a rebased version of the original @DzmitryFomchyn's branch ### Screenshots or Gifs ### Checklist - [x] My code follows the style guidelines of this project -...

do not merge

:wave: Hey there! It's [Changebot](https://github.com/mapbox/changebot), and I help repositories follow our [engineering](https://github.com/mapbox/engineering) best practices. My magic wand found some things I wanted to highlight for your review: Item | Current...

## Environment - Search SDK Component (check at least one) - [x] Core Search SDK (`SearchEngine` class, and etc.) - [ ] Offline Search SDK (`OfflineSearchEngine` class, and etc.) -...

bug

From the description it seems that custom data provider must provide all indexable records immediately. Instead I want to query my API based on the input in the search box....

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

## Favorite item not persisted between app sessions in SearchPlaceBottomSheetView - Search SDK Component (check at least one) - [ ] Core Search SDK (`SearchEngine` class, and etc.) - [...

bug

[](url)Search titles are not visible in adapter on Pixel 6 running Android 14 - Search SDK Component (check at least one) - [ ] Core Search SDK (`SearchEngine` class, and...

bug