Show / Hide Table of Contents

Enum SearchVehiclesRequest.Types.VehicleMatchOrder

Specifies the order of the vehicle matches in the response.

Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public enum SearchVehiclesRequest.Types.VehicleMatchOrder

Fields

Name Description
Cost

Ascending order by the configured match cost. Match cost is defined as a weighted calculation between straight-line distance and ETA. Weights are set with default values and can be modified per customer. Please contact Google support if these weights need to be modified for your project.

DropoffPointEta

Ascending order by vehicle driving time to the dropoff point. This order can only be used if the dropoff point is specified in the request.

PickupPointDistance

Ascending order by vehicle driving distance to the pickup point.

PickupPointEta

Ascending order by vehicle driving time to the pickup point.

PickupPointStraightDistance

Ascending order by straight-line distance from the vehicle's last reported location to the pickup point.

UnknownVehicleMatchOrder

Default, used for unspecified or unrecognized vehicle matches order.

In this article
Back to top Generated by DocFX