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

Properties

@property (nonatomic, readonly) MMKMasstransitTrafficTypeID trafficType;
Undocumented

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

Class methods

trafficTypeSegmentWithTrafficType:subpolyline:

+ (nonnull MMKMasstransitTrafficTypeSegment *)trafficTypeSegmentWithTrafficType:( MMKMasstransitTrafficTypeID)trafficType
                                                                    subpolyline:(nonnull MMKSubpolyline *)subpolyline;


Properties

trafficType

@property (nonatomic, readonly) MMKMasstransitTrafficTypeID trafficType;

Undocumented


subpolyline

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

Undocumented