Abstract
abortAbstract
resultMethod 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.
Abstract
reverseMethod 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.
Returns the first reverse geocoding result for given coordinates from any provider.
The longitude and latitude values.
A promise that resolves to the first reverse geocoding result, or undefined if no results are found.
Abstract
searchSearch method to retrieve geocoding results.
The search string to geocode.
Optional method to abort any ongoing geocoding requests.