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
                                                                subpolyline:(nonnull MMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) MMKBicycleTrafficTypeID trafficType;
Undocumented

@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline;
Undocumented

Class methods

trafficTypeSegmentWithTrafficType:subpolyline:

+ (nonnull MMKBicycleTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( MMKBicycleTrafficTypeID)trafficType
                                                                subpolyline:(nonnull MMKSubpolyline *)subpolyline;


Properties

trafficType

@property (nonatomic, readonly) MMKBicycleTrafficTypeID trafficType;

Undocumented


subpolyline

@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline;

Undocumented