Class YMKVehicleProperties

Set of properties that might be known for a vehicle.

Class Methods

Properties

airConditioning

Indicates whether the vehicle is equipped with air conditioning (if known).

bikesAllowed

Indicates whether bikes are allowed in the vehicle (if known).

lowFloor

Indicates whether the vehicle has a low floor (if known).

toDepot

Indicates whether the vehicle is going to a depot (if known).

wheelchairAccessible

Indicates whether the vehicle is wheelchair accessible (if known).

airConditioning

Indicates whether the vehicle is equipped with air conditioning (if known).

bikesAllowed

Indicates whether bikes are allowed in the vehicle (if known).

lowFloor

Indicates whether the vehicle has a low floor (if known).

toDepot

Indicates whether the vehicle is going to a depot (if known).

wheelchairAccessible

Indicates whether the vehicle is wheelchair accessible (if known).

Method Detail

+propertiesWithWheelchairAccessible:bikesAllowed:airConditioning:lowFloor:toDepot:

+ (nonnull YMKVehicleProperties *)propertiesWithWheelchairAccessible:(nullable NSNumber *)wheelchairAccessible
                                                        bikesAllowed:(nullable NSNumber *)bikesAllowed
                                                     airConditioning:(nullable NSNumber *)airConditioning
                                                            lowFloor:(nullable NSNumber *)lowFloor
                                                             toDepot:(nullable NSNumber *)toDepot 

Property Detail

airConditioning

(assign, readonly) NSNumber * airConditioning

Indicates whether the vehicle is equipped with air conditioning (if known).

Optional property, can be null.

bikesAllowed

(assign, readonly) NSNumber * bikesAllowed

Indicates whether bikes are allowed in the vehicle (if known).

Optional property, can be null.

lowFloor

(assign, readonly) NSNumber * lowFloor

Indicates whether the vehicle has a low floor (if known).

Optional property, can be null.

toDepot

(assign, readonly) NSNumber * toDepot

Indicates whether the vehicle is going to a depot (if known).

Optional property, can be null.

wheelchairAccessible

(assign, readonly) NSNumber * wheelchairAccessible

Indicates whether the vehicle is wheelchair accessible (if known).

Optional property, can be null.