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

Currently using the V6ForwardGeocodingRequestOptions methods as such: ``` query = "italian restaurants"; location = "buffalo ny"; var requestOptions = V6ForwardGeocodingRequestOptions.builder("italian restaurants in buffalo ny") .autocomplete(false) .build(); var newStuff = MapboxV6Geocoding.builder(token,...

bug

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

bug

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

### Description Add tile download UI to perform online/offline demo ### Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed...

### Description Updating the sample application to better handle Map `onClick` events. When a user clicks on a map, the following events will happen: 1. call `queryRenderedFeatures` 2. filter for...