[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-22。"],[[["The Routes API's `Compute Routes` method can optimize the order of stops (waypoints) for greater efficiency by considering factors like travel time, distance, and turns."],["To enable waypoint optimization, ensure no waypoints are marked as `via`, avoid using `TRAFFIC_AWARE_OPTIMAL` routing preference, and set `optimizeWaypointOrder` to `true`."],["The API indexes waypoints based on their order in the request, optimizes the order, and returns the optimized sequence in the `optimizedIntermediateWaypointIndex` field."],["Requests with waypoint optimization are billed at a higher rate on the ComputeRoutes-Advanced SKU."]]],["The Routes API can optimize the order of stopover waypoints to create a more efficient route. To enable this, set `optimize_waypoint_order` to `true`, ensure no waypoints have `via: true` and the `routing_preference` is not `TRAFFIC_AWARE_OPTIMAL`. The API indexes waypoints, optimizes their order based on factors like travel time and distance, and returns the optimized order in `routes.optimizedIntermediateWaypointIndex`. This optimization is billed at a higher rate.\n"]]