[null,null,["上次更新時間:2025-03-01 (世界標準時間)。"],[[["The Distance Matrix API calculates travel distance and time between multiple origins and destinations, supporting various modes of transport like driving, biking, transit, or walking."],["This API is ideal for optimizing logistics, such as determining efficient delivery routes or assigning workers to job sites based on travel time and distance."],["The API returns data in JSON or XML format, providing distance and duration information for each origin-destination pair, including traffic estimations for driving mode."],["While it doesn't provide turn-by-turn directions, you can use the Directions API for detailed route guidance between a single origin and destination."],["You can access the Distance Matrix API using client libraries for Java, Python, Go, and Node.js, allowing integration with your applications for custom solutions."]]],["The Distance Matrix API calculates travel distance and duration between multiple origins and destinations for various transport modes like driving, biking, transit, or walking. It takes an HTTPS request specifying origins and destinations and returns data for each origin-destination pair, in a step-wise fashion. Users can customize requests with parameters like transport mode, units, and departure times, to be used for travel efficiency. The service can return distance, and estimated travel time, including traffic conditions. It supports JSON and XML return format.\n"]]