Does geocoder/search_location support batch coordinate geocoding?
geocoder/search_location
No.
Geocoders typically handle one coordinate pair per request.
If you need to process multiple coordinates, do it in your code:
loop through the coordinate list in your code
call search_location per coordinate
search_location
collect results
Last updated 6 days ago
Was this helpful?