Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitTransportContour
@interface MMKMasstransitTransportContour : NSObject |
Describes transport contours and it's properties
Summary
Class methods
+ (nonnull MMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name |
Properties
@property (nonatomic, readonly, nonnull) NSString *name; |
@property (nonatomic, readonly, nullable) |
Class methods
transportContourWithName:style:
+ (nonnull MMKMasstransitTransportContour *)transportContourWithName:(nonnull NSString *)name |
Properties
name
@property (nonatomic, readonly, nonnull) NSString *name; |
Contour name
style
@property (nonatomic, readonly, nullable) |
Contour style; see MMKMasstransitTransportContourStyle.
Optional field, can be nil.