MMKLocalizedPhrase
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKLocalizedPhrase : NSObject |
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; |
text
|
@property (nonatomic, readonly, nonnull) NSString *text; |
language
|
@property (nonatomic, readonly) MMKAnnotationLanguage language; |