enum Google::Maps::RouteOptimization::UnloadingPolicy

Overview

Policy for how a vehicle can be unloaded

Defined in:

maps.cr

Enum Members

UNLOADING_POLICY_UNSPECIFIED = 0
LAST_IN_FIRST_OUT = 1
FIRST_IN_FIRST_OUT = 2

Instance Method Summary

Instance Method Detail

def first_in_first_out? #

[View source]
def last_in_first_out? #

[View source]
def unloading_policy_unspecified? #

[View source]