What it does
Google Maps geocodes addresses, reverse-geocodes coordinates, and searches places via the Google Maps Platform APIs. Uses api_key via the key query parameter.
Setup
- In Google Cloud Console → APIs & Services, enable Geocoding API and Places API.
- Create an API key under Credentials and restrict it appropriately.
- In FlowFn, go to Platform Tools → Google Maps → Connect and paste the key as api_key.
Actions
- Geocode, Reverse Geocode, Place Text Search
Notes
Maps endpoints return HTTP 200 even on REQUEST_DENIED / OVER_QUERY_LIMIT — the repository inspects the status field and throws on non-OK statuses. Billing must be enabled on the Cloud project ($200 monthly free credit).