Class YMKMasstransitRouteSettings

Route settings that were used by the mass transit router for a specific route.

Class Methods

Properties

acceptTypes

Transport types that were allowed even if they are in the list of avoided types.

avoidTypes

Transport types that the router avoided.

acceptTypes

Transport types that were allowed even if they are in the list of avoided types.

avoidTypes

Transport types that the router avoided.

Method Detail

+routeSettingsWithAvoidTypes:acceptTypes:

+ (nonnull YMKMasstransitRouteSettings *)routeSettingsWithAvoidTypes:(nonnull NSArray< NSString * > *)avoidTypes
                                                         acceptTypes:(nonnull NSArray< NSString * > *)acceptTypes 

Property Detail

acceptTypes

(assign, readonly) NSArray< NSString * > * acceptTypes

Transport types that were allowed even if they are in the list of avoided types.

avoidTypes

(assign, readonly) NSArray< NSString * > * avoidTypes

Transport types that the router avoided.