Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitStopFeatureMask
@interface MMKMasstransitStopFeatureMask : NSObject |
Describes various features a stop can have.
Summary
Class methods
+ (nonnull MMKMasstransitStopFeatureMask *)stopFeatureMaskWithCooled:( BOOL)cooled |
Properties
@property (nonatomic, readonly) BOOL cooled; |
@property (nonatomic, readonly) BOOL heated; |
Class methods
stopFeatureMaskWithCooled:heated:
+ (nonnull MMKMasstransitStopFeatureMask *)stopFeatureMaskWithCooled:( BOOL)cooled |
Properties
cooled
@property (nonatomic, readonly) BOOL cooled; |
The stop is cooled at hot weather conditions.
heated
@property (nonatomic, readonly) BOOL heated; |
The stop is heated at cold weather conditions.