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.
Reverse Geocoding
promise of the Nominatim API request
https://wiki.openstreetmap.org/wiki/Nominatim#Reverse_Geocoding
Search coordinate in LonLat projection
Optional parameters
Search by name
promise of the Nominatim API request
Search query
Optional parameters
Search query
Callback for synchronous execution, unused
Optional
asyncResults: ((result: NominatimSearchResult[]) => void)Callback for asynchronous execution
Generated using TypeDoc
URL for Nominatim backend Defaults openstreetmap instance.