In Nominatim nomally search with single lat and log and get single address. Is it possible to search with multiple lat and log to get corresponding address in single search URL. |
Nominatim doesn't have that out of the box but since the search script is just a little PHP code that executes SELECT statements, you could easily modify that to work through an array of coordinates and return responses for all of them. |