MMKTransportStopMetadataTransportStopInfo
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKTransportStopMetadataTransportStopInfo : NSObject |
Summary
Class methods
|
+ (nonnull MMKTransportStopMetadataTransportStopInfo *)transportStopInfoWithThreadIds:(nonnull NSArray<NSString *> *)threadIds |
Properties
|
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *threadIds; |
|
@property (nonatomic, readonly, nonnull) NSArray<MMKRawTransportStop *> *stops; |
Class methods
transportStopInfoWithThreadIds:stops:
|
+ (nonnull MMKTransportStopMetadataTransportStopInfo *)transportStopInfoWithThreadIds:(nonnull NSArray<NSString *> *)threadIds |
Properties
threadIds
|
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *threadIds; |
stops
|
@property (nonatomic, readonly, nonnull) NSArray<MMKRawTransportStop *> *stops; |