top of page

Google Maps API Setup Instructions

  1. Go to Google Cloud Console
  2. Create a new project (or select an existing one)
  3. Enable the following APIs:
    • Distance Matrix API
    • Geocoding API
  4. Create an API key with appropriate restrictions
  5. 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