How to Use Reverse Geocoder - Complete User Guide
Overview
This guide walks you through every feature of the Reverse Geocoder tool, from entering coordinates to exporting results and managing your conversion history.
Before You Start
Entering Coordinates
Supported Input Formats
The Reverse Geocoder accepts coordinates in three formats:
Comma-Separated (most common):
40.7128, -74.0060
34.0522, -118.2437
41.8781, -87.6298
Tab-Separated (from Excel):
40.7128 -74.0060
34.0522 -118.2437
41.8781 -87.6298
Space-Separated:
40.7128 -74.0060
34.0522 -118.2437
41.8781 -87.6298
Mixed Formats Work Too
Valid Coordinate Ranges
- Latitude: -90 to 90 (negative = South, positive = North)
- Longitude: -180 to 180 (negative = West, positive = East)
Coordinates outside these ranges will be rejected with an error message.
Batch Size Limits
| Tier | Max Coordinates per Batch |
|---|---|
| Trial | 10 |
| Paid | 100 |
Rate Limiting
Uploading Files (Paid Tier Only)
Instead of pasting coordinates, you can upload CSV or Excel files containing coordinate columns.
Prepare Your File
Click "Upload CSV/Excel"
Review Parsed Coordinates
Convert as Usual
Excel Column Names
Interpreting Results
After conversion, results appear in a table with the following columns:
| Column | Description | Example |
|---|---|---|
| **Input Coordinates** | Your original lat/lng pair | 40.7128, -74.0060 |
| **Street Number** | Building/house number | 285 |
| **Street Name** | Street name only | Fulton Street |
| **City** | City or locality | New York |
| **County** | County name | New York County |
| **State** | Full state name | New York |
| **State Code** | 2-letter abbreviation | NY |
| **Postal Code** | ZIP or postal code | 10007 |
| **Country** | Full country name | United States |
| **Country Code** | 2-letter country code | US |
| **Place ID** | Google Maps Place ID | ChIJOwg_06VPwokRYv534QaPC8g |
Address Component Notes
- Empty fields mean Google Maps didn't return that component for the location (common for rural areas or oceans)
- County is only available in some regions (primarily US)
- Place ID is a unique identifier you can use with other Google Maps APIs
Copy Individual Results
Exporting Results
CSV Export (Paid Tier Only)
Click the Download CSV button above the results table to export all results to a CSV file. The exported file includes:
- All 11 address component columns
- Original input coordinates
- Timestamp of conversion
- Compatible with Excel, Google Sheets, and database imports
File name format: reversegeocoderesultsYYYY-MM-DDHHMMSS.csv
Use Cases for CSV Export
- Import addresses into your fleet management system
- Merge with existing delivery data in Excel
- Load into a database for route optimization
- Archive for compliance documentation
Copy All Results
Click the Copy All button to copy the entire results table to your clipboard as tab-separated text. Paste directly into Excel or Google Sheets.
Conversion History (Paid Tier Only)
All paid users have access to conversion history, which saves every batch you process.
Viewing Past Batches
Scroll to the Conversion History section below the results table. Each saved batch shows:
- Date & Time of conversion
- Number of coordinates processed
- Download CSV button to re-download results
History is paginated - use Previous and Next buttons to navigate through older batches.
Re-Downloading Results
Click the Download CSV button next to any historical batch to download the original results. This is useful for:
- Recovering results from batches processed weeks/months ago
- Sharing results with colleagues who need the same data
- Avoiding re-processing the same coordinates (saves API costs)
History Retention
Best Practices
For Accurate Results
- Use precise coordinates - More decimal places = more accurate results (6+ decimal places recommended)
- Verify coordinate order - Always latitude first, longitude second (lat, lng not lng, lat)
- Check for typos - A misplaced decimal or negative sign can place you on the wrong continent
- Test with known locations - Verify a few familiar addresses to ensure your format is correct
For Efficient Batches
- Group by region - Process coordinates from the same area together for faster results
- Remove duplicates - Identical coordinates waste API calls and cost you money
- Use CSV import for large batches - Faster and less error-prone than manual pasting
- Export immediately - Don't rely on browser storage - download CSV right after conversion
For Cost Management (BYOK Users)
- Monitor your Google Cloud Console - Set up billing alerts to avoid surprise charges
- Reuse your API key across CWT tools - One key works for both Reverse Geocoder and Driving Distance Calculator
- Process batches during off-peak hours - Google Maps API pricing doesn't vary by time, but your workflow might benefit from quieter times
- Cache results - If you need to reference the same addresses repeatedly, save your CSV exports instead of re-processing
Address Accuracy Varies by Region
Troubleshooting
"Invalid coordinates" error
- Check that latitude is between -90 and 90
- Check that longitude is between -180 and 180
- Verify you're using decimal degrees (not degrees/minutes/seconds)
"No results found" for a coordinate
- The location may be in the middle of an ocean or uninhabited area
- Google Maps may not have address data for that region
- Try a slightly different coordinate nearby to see if data exists
CSV export has blank columns
- Some address components aren't available for all locations (especially county)
- Rural addresses may only have city/state/country
- This is expected behavior - use what's available
File upload not working
- Ensure your file is .csv, .xlsx, or .xls format
- Verify you have columns named "lat"/"latitude" and "lng"/"longitude"
- Check that coordinates are in decimal format (not DMS)
- File size limit is 5MB
Next Steps
Need more help? Contact support@customwebtools.com