MMKBicycleTrafficTypeSegment
Warning
This feature is available in the Full MapKit SDK version
|
@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; |
subpolyline
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |