Show / Hide Table of Contents

Enum OptimizeToursRequest.Types.SearchMode

Mode defining the behavior of the search, trading off latency versus solution quality. In all modes, the global request deadline is enforced.

Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public enum OptimizeToursRequest.Types.SearchMode

Fields

Name Description
ConsumeAllAvailableTime

Spend all the available time to search for better solutions.

ReturnFast

Stop the search after finding the first good solution.

Unspecified

Unspecified search mode, equivalent to RETURN_FAST.

In this article
Back to top Generated by DocFX