VehicleMatchOrderLog
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
| 枚举 |
VEHICLE_MATCH_ORDER_LOG_UNSPECIFIED |
默认值,用于未指定或无法识别的车辆匹配订单。 |
PICKUP_POINT_ETA |
按车辆驾车前往上车点的时间升序排列。 |
PICKUP_POINT_DISTANCE |
按车辆到上车点的行驶距离升序排序。 |
DROPOFF_POINT_ETA |
按车辆行驶时间到下车点的升序排序。只有在请求中指定了下车点时,才能使用此顺序。 |
PICKUP_POINT_STRAIGHT_DISTANCE |
按从车辆位置到上车点的直线距离升序排序。 |
COST |
按匹配费用升序排列。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[],["The content defines the order in which vehicle matches are sorted. Options include `VEHICLE_MATCH_ORDER_LOG_UNSPECIFIED` for default ordering, `PICKUP_POINT_ETA` for sorting by pickup time, `PICKUP_POINT_DISTANCE` for sorting by pickup distance, and `DROPOFF_POINT_ETA` for sorting by dropoff time (only if a drop-off is specified). Additional options are `PICKUP_POINT_STRAIGHT_DISTANCE` for sorting by straight-line distance, and `COST` for sorting by the cost of the match. All orderings are ascending.\n"]]