Abstract base class representing a search provider. It builds upon the BaseGeocoder functionalities with provider-specific properties.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

label?: string

Label to represent the provider. Useful for user interfaces to display the source of search results.

searchUrl: string = 'https://nominatim.openstreetmap.org'

URL endpoint for the search service. This is where queries will be sent to obtain search results.

Methods

Generated using TypeDoc