Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Google Maps

UpdatedMay 22, 2026Reading time1 min read

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

  1. In Google Cloud Console → APIs & Services, enable Geocoding API and Places API.
  2. Create an API key under Credentials and restrict it appropriately.
  3. 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).

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →