enum Google::Maps::RouteOptimization::SearchMode

Defined in:

maps.cr

Enum Members

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 Method Summary

Instance Method Detail

def consume_all_available_time? #

[View source]
def return_fast? #

[View source]
def search_mode_unspecified? #

[View source]