Warning
This feature is available in the Full MapKit SDK version
MMKMasstransitToponym
@interface MMKMasstransitToponym : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKMasstransitToponym *)toponymWithToponym:(nullable NSString *)toponym |
Properties
@property (nonatomic, readonly, nullable) NSString *toponym; |
@property (nonatomic, readonly, nullable) NSString *accusativeToponym; Optional field, can be nil |
Class methods
toponymWithToponym:accusativeToponym:
+ (nonnull MMKMasstransitToponym *)toponymWithToponym:(nullable NSString *)toponym |
Properties
toponym
@property (nonatomic, readonly, nullable) NSString *toponym; |
Optional field, can be nil.
accusativeToponym
@property (nonatomic, readonly, nullable) NSString *accusativeToponym; |
Toponym in accusative case with preposition
Optional field, can be nil.