A search provider for geocoders.

Hierarchy (view full)

Constructors

Methods

  • Invoked to perform the actual work for search. Derived classes should override this method rather than search().

    Parameters

    • sources: FeatureSource[]

      The source to search.

    • searchText: string

      The text to search for.

    • options: SearchOptions

      Options that affect the search.

    Returns AsyncIterable<Feature, any, any>