Skip to content

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

Description

@jvanderwee

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions