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