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.
GooglePlacesAPIWrapper()