YMKMasstransitRouteStopMetadata

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitRouteStopMetadata : NSObject <YMKBaseMetadata>

The metadata about the mass transit stop.

Summary

Class methods

+ (nonnull YMKMasstransitRouteStopMetadata *)routeStopMetadataWithStop:(nonnull YMKMasstransitStop *)stop
                                                              stopExit:(nullable YMKMasstransitStop *)stopExit
                                                             exitPoint:(nullable YMKPoint *)exitPoint
                                                          stopEntrance:(nullable YMKMasstransitStop *)stopEntrance
                                                         entrancePoint:(nullable YMKPoint *)entrancePoint;

Properties

@property (nonatomic, readonly, nonnull) YMKMasstransitStop *stop;
Route stop information

@property (nonatomic, readonly, nullable) YMKMasstransitStop *stopExit;
Underground station exit

Optional field, can be nil

@property (nonatomic, readonly, nullable) YMKPoint *exitPoint;
Coordinates of underground station exit

Optional field, can be nil

@property (nonatomic, readonly, nullable) YMKMasstransitStop *stopEntrance;
Underground station entrance

Optional field, can be nil

@property (nonatomic, readonly, nullable) YMKPoint *entrancePoint;
Coordinates of underground station entrance

Optional field, can be nil

Class methods

routeStopMetadataWithStop:stopExit:exitPoint:stopEntrance:entrancePoint:

+ (nonnull YMKMasstransitRouteStopMetadata *)routeStopMetadataWithStop:(nonnull YMKMasstransitStop *)stop
                                                              stopExit:(nullable YMKMasstransitStop *)stopExit
                                                             exitPoint:(nullable YMKPoint *)exitPoint
                                                          stopEntrance:(nullable YMKMasstransitStop *)stopEntrance
                                                         entrancePoint:(nullable YMKPoint *)entrancePoint;


Properties

stop

@property (nonatomic, readonly, nonnull) YMKMasstransitStop *stop;

Route stop information.


stopExit

@property (nonatomic, readonly, nullable) YMKMasstransitStop *stopExit;

Underground station exit

Optional field, can be nil.


exitPoint

@property (nonatomic, readonly, nullable) YMKPoint *exitPoint;

Coordinates of underground station exit

Optional field, can be nil.


stopEntrance

@property (nonatomic, readonly, nullable) YMKMasstransitStop *stopEntrance;

Underground station entrance

Optional field, can be nil.


entrancePoint

@property (nonatomic, readonly, nullable) YMKPoint *entrancePoint;

Coordinates of underground station entrance

Optional field, can be nil.


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