Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Street query type marked as reserved for internal and special use #260

Open
1 of 4 tasks
jvanderwee opened this issue Jun 27, 2024 · 0 comments
Open
1 of 4 tasks
Labels
bug Something isn't working

Comments

@jvanderwee
Copy link

Environment

  • Search SDK Component (check at least one)
    • Core Search SDK (SearchEngine class, and etc.)
    • 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.

@jvanderwee jvanderwee added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant