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
                                                              heated:( BOOL)heated;

Properties

@property (nonatomic, readonly) BOOL cooled;
The stop is cooled at hot weather conditions

@property (nonatomic, readonly) BOOL heated;
The stop is heated at cold weather conditions

Class methods

stopFeatureMaskWithCooled:heated:

+ (nonnull MMKMasstransitStopFeatureMask *)stopFeatureMaskWithCooled:( BOOL)cooled
                                                              heated:( BOOL)heated;


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.