Google
GMaps - Address Lookup
The Search Location on Google Maps action enables your assistant to validate or locate addresses, businesses, or places using flexible query inputs. Itโs ideal for cleaning up ambiguous address input or suggesting results for user confirmation.
โน๏ธ This action can also support radius-based lookups, priority filters, and map mark targeting.
๐ What It Does
It searches Google Maps using a query
string and optional filters like coordinates, radius, or regional scope. The result includes location metadata that can be reused across actions or sent to the user for confirmation.
๐ฉ Use this when validating user-submitted addresses or narrowing down a delivery or service zone.
๐ผ๏ธ Action Interface
โ๏ธ Configuration Options
๐ง Tips
- Perfect for disambiguating user-input addresses.
- Pair with distance or calendar tools to validate locations before taking action.
- Result pattern (
search_result
) can be reused with@search_result
in other actions.
Need help building an address confirmation loop with this? Just ask!