enum

Google::Maps::RouteOptimization::SearchMode

Inherits Enum < Comparable < Value < Object

Constants

SEARCH_MODE_UNSPECIFIED = 0

Unspecified search mode, equivalent to RETURN_FAST

RETURN_FAST = 1

Stop the search after finding the first good solution

CONSUME_ALL_AVAILABLE_TIME = 2

Spend all the available time to search for better solutions

Instance methods

consume_all_available_time?

Returns true if this enum value equals CONSUME_ALL_AVAILABLE_TIME

Source
return_fast?

Returns true if this enum value equals RETURN_FAST

Source
search_mode_unspecified?

Returns true if this enum value equals SEARCH_MODE_UNSPECIFIED

Source