Skip to main content

What this tool does

The Geocoder converts between addresses and geographic coordinates in your Airtable records. Run it to enrich location data, enable distance calculations, or plot records on a map.
  • Forward geocoding: Address text → latitude and longitude
  • Reverse geocoding: Latitude and longitude → formatted address

Settings reference

Source

SettingDescription
Source tableThe table with records to geocode.
ModeForward (Address → Coordinates) or Reverse (Coordinates → Address).

Forward mode fields

SettingDescription
Address fieldA text or Formula field containing the address to geocode.
Latitude outputA Number field for the latitude result.
Longitude outputA Number field for the longitude result.

Reverse mode fields

SettingDescription
Latitude inputA Number field containing the latitude.
Longitude inputA Number field containing the longitude.
Address outputA text field for the formatted address result.

API configuration

SettingDescription
Use your own Google Maps API keyWithout your own key, processing is limited to 100 records per run.
Google Maps API keyYour Geocoding API key. Only shown when using your own key.

Handling

SettingDescription
Skip empty fieldsSkip records with blank source fields.
Overwrite existing outputWrite results even when output fields already have values.

Preview

The Geocoder has a preview panel. Run a preview to see a sample of addresses and their geocoded coordinates (or vice versa) before committing the full run.

API key and limits

Without a Google Maps API key, the tool is limited to 100 records per run. Add your own Geocoding API key to remove this limit. To get a Google Maps API key:
  1. Go to Google Cloud Console
  2. Enable the Geocoding API
  3. Create an API key with Geocoding API access
  4. Paste the key into the Geocoder tool settings

Common questions

Google Maps geocoding produces accurate results for well-formatted addresses. Vague or incomplete addresses may return approximate results or fail entirely.
Full addresses work best: street number, street name, city, state/province, postal code, country. The more complete, the more accurate the result.
Yes. Geocode your addresses first, then use the resulting latitude and longitude fields as inputs for the Distance Calculator tool.
No. Geocoding requests are sent to the Google Maps API and results are written directly to your Airtable fields. Filla does not store geocoding results separately.