enum
Google::Maps::RouteOptimization::IncompatibilityMode
Overview
Incompatibility enforcement modes
Defined in:
maps.crEnum Members
-
INCOMPATIBILITY_MODE_UNSPECIFIED =
0
-
NOT_PERFORMED_BY_SAME_VEHICLE =
1
-
NOT_IN_SAME_VEHICLE_SIMULTANEOUSLY =
2
Instance Method Summary
-
#incompatibility_mode_unspecified?
Returns
true
if this enum value equalsINCOMPATIBILITY_MODE_UNSPECIFIED
-
#not_in_same_vehicle_simultaneously?
Returns
true
if this enum value equalsNOT_IN_SAME_VEHICLE_SIMULTANEOUSLY
-
#not_performed_by_same_vehicle?
Returns
true
if this enum value equalsNOT_PERFORMED_BY_SAME_VEHICLE
Instance Method Detail
def incompatibility_mode_unspecified?
#
Returns true
if this enum value equals INCOMPATIBILITY_MODE_UNSPECIFIED
def not_in_same_vehicle_simultaneously?
#
Returns true
if this enum value equals NOT_IN_SAME_VEHICLE_SIMULTANEOUSLY
def not_performed_by_same_vehicle?
#
Returns true
if this enum value equals NOT_PERFORMED_BY_SAME_VEHICLE