Chain that calls Google Places API.
Input schema for GooglePlacesTool.
Tool that queries the Google Places API.
Inherits from BaseTool.
Validates and discovers addresses from ambiguous text using Google Maps Platform.
Wrapper around Google Places API.
Searches for places using Google Maps Platform. Returns detailed information including addresses, phone numbers, and websites.
Requires additional dependencies:
pip install langchain-google-community[places]Set GPLACES_API_KEY environment variable or pass gplaces_api_key
parameter with your Google Maps Platform API key.