Releases: mapbox/mapbox-search-android
Releases · mapbox/mapbox-search-android
v2.7.0
v2.6.3
2.6.3
New features
- Added new function to search for multiple categories, e.g.,
SearchEngine.search(listOf("coffee_shop", "hotel"), ...)
, - New option
CategorySearchOptions.ensureResultsPerCategory
is available. It allows to request category search results to include at least one POI for each category, provided a POI is available in a nearby location. - New option
CategorySearchOptions.attributeSets
is available. It allows to request additional metadata attributes besides the basic ones.
Bug fixes
- Fixed photos metadata parsing for the
ApiType.SEARCH_BOX
.
Mapbox dependencies
- Search Native SDK
2.6.3
- Common SDK
24.8.0
v2.7.0-rc.1
2.7.0-rc.1
New features
- Added new function to search for multiple categories, e.g.,
SearchEngine.search(listOf("coffee_shop", "hotel"), ...)
, - New option
CategorySearchOptions.ensureResultsPerCategory
is available. It allows to request category search results to include at least one POI for each category, provided a POI is available in a nearby location.
Bug fixes
- Fixed photos metadata parsing for the
ApiType.SEARCH_BOX
.
Mapbox dependencies
- Search Native SDK
2.7.0-rc.1
- Common SDK
24.9.0-rc.1
v2.7.0-beta.1
2.7.0-beta.1
New features
- New option
OfflineSearchOptions.searchPlacesOutsideBoundingBox
is available. It allows to search for places outside of the bounding box, ifboundingBox
option is specified.
Mapbox dependencies
- Search Native SDK
2.7.0-beta.1
- Common SDK
24.9.0-beta.1
v2.6.2
2.6.2
New features
- Now
SearchSuggestion
type provides new properties -coordinate
androutablePoints
. This is a restricted API, available for selected customers only. Contact our team, if you're interested in this API. - Now
SearchEngine
provides new functionSearchEngine#forward()
to make an one-off search request to get a list of search results with coordinates and metadata. See https://docs.mapbox.com/api/search/search-box/#search-request for more information.
Bug fixes
- Fixed
AnalyticsService#sendFeedback()
function which couldn't sent feedback event forSearch Box
api responses.
Mapbox dependencies
- Search Native SDK
2.6.2
- Common SDK
24.8.0
v2.6.1
2.6.1
New features
- Added experimental Details API that provides access to POI metadata, boundary details, addresses and places. See
DetailsApi
type.
Bug fixes
- Fixed
OpenHours
parsing for the Search Box Api type.
Mapbox dependencies
- Search Native SDK
2.6.2
- Common SDK
24.8.0
v2.6.0
2.6.0
Other
- The
SearchEngine.createSearchEngine()
andSearchEngine.createSearchEngineWithBuiltInDataProviders()
functions, which do not acceptApiType
as a parameter, have been deprecated. Please use functions that explicitly accept anApiType
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 otherApiType
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.
Mapbox dependencies
- Search Native SDK
2.6.0
- Common SDK
24.8.0
2.6.0-rc.1
2.6.0-rc.1
Other
- The
SearchEngine.createSearchEngine()
andSearchEngine.createSearchEngineWithBuiltInDataProviders()
functions, which do not acceptApiType
as a parameter, have been deprecated. Please use functions that explicitly accept anApiType
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 otherApiType
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.
Mapbox dependencies
- Search Native SDK
2.6.0-rc.1
- Common SDK
24.8.0-rc.1
v2.6.0-beta.1
2.6.0-beta.1
Mapbox dependencies
- Search Native SDK
v2.6.0-beta.2
- Common SDK
v24.8.0-beta.1
v2.5.1
🐛 Bug fixes
- Passing
language
parameter on subsequentretrieve
calls for SearchBox
🔗 Mapbox dependencies
- Search Native SDK
v2.5.1