Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitTrafficTypeSegment
@interface MMKMasstransitTrafficTypeSegment : NSObject |
Describes part of bicycle or scooter path with the same traffic type.
Summary
Class methods
+ (nonnull MMKMasstransitTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( MMKMasstransitTrafficTypeID)trafficType |
Properties
@property (nonatomic, readonly) MMKMasstransitTrafficTypeID trafficType; |
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |
Class methods
trafficTypeSegmentWithTrafficType:subpolyline:
+ (nonnull MMKMasstransitTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( MMKMasstransitTrafficTypeID)trafficType |
Properties
trafficType
@property (nonatomic, readonly) MMKMasstransitTrafficTypeID trafficType; |
Undocumented
subpolyline
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |
Undocumented