Warning

This feature is available in the Full MapKit SDK version

YMKLocalizedPhrase

@interface YMKLocalizedPhrase : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKLocalizedPhrase *)localizedPhraseWithTokens:(nonnull NSArray<NSNumber *> *)tokens
                                                     text:(nonnull NSString *)text
                                                 language:( YMKAnnotationLanguage)language;

Properties

@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *tokens;
Undocumented

@property (nonatomic, readonly, nonnull) NSString *text;
Undocumented

@property (nonatomic, readonly) YMKAnnotationLanguage language;
Undocumented

Class methods

localizedPhraseWithTokens:text:language:

+ (nonnull YMKLocalizedPhrase *)localizedPhraseWithTokens:(nonnull NSArray<NSNumber *> *)tokens
                                                     text:(nonnull NSString *)text
                                                 language:( YMKAnnotationLanguage)language;


Properties

tokens

@property (nonatomic, readonly, nonnull) NSArray<NSNumber *> *tokens;

Undocumented


text

@property (nonatomic, readonly, nonnull) NSString *text;

Undocumented


language

@property (nonatomic, readonly) YMKAnnotationLanguage language;

Undocumented