Set sensible timeouts for high-volume batch jobs
A bulk request with thousands of items in one call needs a timeout budget that matches its size, not a default meant for a single lookup.
A bulk request with thousands of items in one call needs a timeout budget that matches its size, not a default meant for a single lookup.
An infrastructure upgrade across our serving stack has reduced response times platform-wide, with no change to any request or response format.
The elevation endpoint now handles long routes made up of many coordinates more efficiently, aimed at routing and hiking applications that request elevation profiles.
Cached geocoding results from an old provider do not automatically translate to a new one. Here is how to handle that cache correctly during a migration.
When you already have a clean postal code and country, skip free-text parsing entirely and go straight to the postcode endpoint for a more direct match.
The timezone lookup table behind every request has been rebuilt for speed, with no change to the request shape or response fields.
Caching addresses saves requests, but only if your cache and your quota headers agree on what has actually been looked up.