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
                                                      position:(nonnull MMKPoint *)position;

Properties

@property (nonatomic, readonly, nonnull) MMKMasstransitStop *stop;
Information about public transport stops

@property (nonatomic, readonly, nonnull) MMKPoint *position;
Coordinates of the stop

Class methods

transportStopWithStop:position:

+ (nonnull MMKMasstransitTransportStop *)transportStopWithStop:(nonnull MMKMasstransitStop *)stop
                                                      position:(nonnull MMKPoint *)position;


Properties

stop

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

Information about public transport stops.


position

@property (nonatomic, readonly, nonnull) MMKPoint *position;

Coordinates of the stop.