Warning
This feature is available in the Full MapKit SDK version
MMKLocalizedPhrase
@interface MMKLocalizedPhrase : NSObject |
Undocumented
Summary
Class methods
+ (nonnull MMKLocalizedPhrase *)localizedPhraseWithTokens:(nonnull NSArray<NSNumber *> *)tokens |
Properties
@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *tokens; |
@property (nonatomic, readonly, nonnull) NSString *text; |
@property (nonatomic, readonly) MMKAnnotationLanguage language; |
Class methods
localizedPhraseWithTokens:text:language:
+ (nonnull MMKLocalizedPhrase *)localizedPhraseWithTokens:(nonnull NSArray<NSNumber *> *)tokens |
Properties
tokens
@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *tokens; |
Undocumented
text
@property (nonatomic, readonly, nonnull) NSString *text; |
Undocumented
language
@property (nonatomic, readonly) MMKAnnotationLanguage language; |
Undocumented