The Google Maps Travel Time integration uses the Google Maps Platform Distance Matrix API. Google has announced (via emails to users) that the API is being replaced by the Routes API and no new projects can be enabled with Distance Matrix API from March 1, 2025 onward.
It would be great to update the integration to use this new API.
I posted on the billing issues a bit earlier - Google Travel Time Integration Billing Changes. Essentially, the amount of free requests per account has been cut to 1/4 of what it was for “advanced” SKUs (i.e. any API call using traffic data - either the old distance matrix API or the new routes one).
The email says, “The expanded automatic volume discounts will not be available for the legacy services,” so I believe the pricing will definitely change.
so if we just change the integration from default polling to custom polling interval and make an automation to get data only when you need it (e.g. in the morning before going to work) then I think i’d only use 1/20 of the current requests.
From my understanding this should work and should stay free even if the API is deprecated?