top of page
Google Maps API Setup Instructions
- Go to Google Cloud Console
- Create a new project (or select an existing one)
- Enable the following APIs:
- Distance Matrix API
- Geocoding API
- Create an API key with appropriate restrictions
- Update the
distanceCalculator.jsw
file with your API key
Note: Google Maps Distance Matrix API is a paid service. You will be charged based on the number of API calls.
Due to the 60-second timeout limit in Wix, travel times are updated in batches. If the process stops, click "Continue Update" to resume.
Status
API Key Input
bottom of page