MMKMasstransitTransportStop
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKMasstransitTransportStop : NSObject |
The data about the public transport stop.
Summary
Class methods
|
+ (nonnull MMKMasstransitTransportStop *)transportStopWithStop:(nonnull MMKMasstransitStop *)stop |
Properties
|
@property (nonatomic, readonly, nonnull) MMKMasstransitStop *stop; |
|
@property (nonatomic, readonly, nonnull) MMKPoint *position; |
Class methods
transportStopWithStop:position:
|
+ (nonnull MMKMasstransitTransportStop *)transportStopWithStop:(nonnull MMKMasstransitStop *)stop |
Properties
stop
|
@property (nonatomic, readonly, nonnull) MMKMasstransitStop *stop; |
Information about public transport stops.
position
|
@property (nonatomic, readonly, nonnull) MMKPoint *position; |
Coordinates of the stop.