AbstractOptions type which extends BaseProviderOptions.
Optionaloptions: OOptionallabelLabel to represent the provider. Useful for user interfaces to display the source of search results.
OptionalsearchURL endpoint for the search service. This is where queries will be sent to obtain search results.
Optional AbstractabortOptional method to abort any ongoing geocoding requests.
AbstractresultMethod to retrieve detailed result for a specific search item.
The search item to get detailed result for.
A promise that resolves to the detailed result.
AbstractreverseMethod for reverse geocoding. Takes coordinates and returns the corresponding address or location information.
The longitude and latitude values.
An async generator that yields reverse geocoding results.
AbstractsearchSearch method to retrieve geocoding results.
The search string to geocode.
Abstract base class representing a search provider. It builds upon the BaseGeocoder functionalities with provider-specific properties.