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
Offline Search SDK (OfflineSearchEngine class, and etc.)
Address Autofill SDK
Search UI SDK
Android OS version:
Devices affected:
Search SDK Version: 2.2.0
Included in project Maps SDK, Nav SDK versions if available:
Code examples
Observed behavior and steps
In com.mapbox.search.QueryType:
/**
* Street query type.
*
* Note: Supported for Single Box Search API only. Reserved for internal and special use.
*/
@Reserved(SBS)
STREET,
Expected behavior
Does this @Reserved annotation need to be revisited following the addition of ApiType.SEARCH_BOX? It seems we can use the street query type with the Search Box API.
The text was updated successfully, but these errors were encountered:
Environment
SearchEngine
class, and etc.)OfflineSearchEngine
class, and etc.)Code examples
Observed behavior and steps
In
com.mapbox.search.QueryType
:Expected behavior
Does this
@Reserved
annotation need to be revisited following the addition ofApiType.SEARCH_BOX
? It seems we can use the street query type with the Search Box API.The text was updated successfully, but these errors were encountered: