YMKMasstransitRailwayOptions

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitRailwayOptions : NSObject

Contains information about boarding to or dropOff from trains.

Summary

Class methods

+ (nonnull YMKMasstransitRailwayOptions *)railwayOptionsWithTracks:(nullable NSString *)tracks
                                                         platforms:(nullable NSString *)platforms
                                                         uncertain:( BOOL)uncertain;

Properties

@property (nonatomic, readonly, nullable) NSString *tracks;
Departure track annotation, e

@property (nonatomic, readonly, nullable) NSString *platforms;
Departure platform annotation, e

@property (nonatomic, readonly) BOOL uncertain;
Flag of track/platform selection uncertainty to suggest user double-check it in the station

Class methods

railwayOptionsWithTracks:platforms:uncertain:

+ (nonnull YMKMasstransitRailwayOptions *)railwayOptionsWithTracks:(nullable NSString *)tracks
                                                         platforms:(nullable NSString *)platforms
                                                         uncertain:( BOOL)uncertain;


Properties

tracks

@property (nonatomic, readonly, nullable) NSString *tracks;

Departure track annotation, e.g. "3 or 4 track".

Optional field, can be nil.


platforms

@property (nonatomic, readonly, nullable) NSString *platforms;

Departure platform annotation, e.g. "2 platform".

Optional field, can be nil.


uncertain

@property (nonatomic, readonly) BOOL uncertain;

Flag of track/platform selection uncertainty to suggest user double-check it in the station.


Предыдущая
Следующая