Hierarchy

  • NominatimService

Properties

$http_: IHttpService
ngeoDebounce_: miscDebounce<((arg0, arg1, arg2) => void)>

Type declaration

    • (arg0, arg1, arg2): void
    • Parameters

      Returns void

nominatimUrl_: string

URL for Nominatim backend Defaults openstreetmap instance.

searchDefaultParams_: Object
typeaheadDebounceDelay_: number

Delay (in milliseconds) to avoid calling the API too often. Only if there were no calls for that many milliseconds, the last call will be executed.

typeaheadSourceDebounced: ((query, syncResults, asyncResults) => void)

Type declaration

    • (query, syncResults, asyncResults): void
    • Parameters

      • query: string
      • syncResults: ((result) => void)
      • asyncResults: ((result) => void)

      Returns void

Methods

  • Parameters

    • query: string

      Search query

    • syncResults: ((result) => void)

      Callback for synchronous execution, unused

    • Optional asyncResults: ((result) => void)

      Callback for asynchronous execution

    Returns void

Generated using TypeDoc