VehicleMatchOrderLog

  • The VehicleMatchOrder enum defines how vehicle matches are sorted in the API response.

  • Options include sorting by estimated time or distance to pickup or dropoff points, straight-line distance, or cost.

  • By default, VEHICLE_MATCH_ORDER_LOG_UNSPECIFIED is used, indicating an unspecified or unrecognized vehicle match order.

  • DROPOFF_POINT_ETA can only be used if the dropoff point is specified in the request.

Specifies the sort order of the vehicle matches in the response.

Enums
VEHICLE_MATCH_ORDER_LOG_UNSPECIFIED Default, used for unspecified or unrecognized vehicle matches order.
PICKUP_POINT_ETA Ascending order by vehicle driving time to the pickup point.
PICKUP_POINT_DISTANCE Ascending order by the vehicle driving distance to the pickup point.
DROPOFF_POINT_ETA Ascending order by vehicle driving time to the dropoff point. This order can only be used if the drop off point is specified in the request.
PICKUP_POINT_STRAIGHT_DISTANCE Ascending order by straight-line distance from vehicle location to pickup location.
COST Ascending order by the match cost.