Ask a question to get started
Enter to sendā¢Shift+Enter new line
batch_geocode( self, locations: List[str], language: Optional[str]
locations
List[str]
List of locations (e.g., ["Eiffel Tower", "Times Square"]).
["Eiffel Tower", "Times Square"]
language
Optional[str]
None
Language code for results.
region
components
Optional[Dict[str, str]]
Process multiple locations in batch.
Region bias.
Component filters (e.g., {"country": "US"}).
{"country": "US"}