MMKDrivingToponymPhrase
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKDrivingToponymPhrase : NSObject |
The description of the object.
Summary
Class methods
|
+ (nonnull MMKDrivingToponymPhrase *)toponymPhraseWithText:(nonnull NSString *)text |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *text; |
|
@property (nonatomic, readonly, nullable) NSNumber *actionProximity; |
Class methods
toponymPhraseWithText:actionProximity:
|
+ (nonnull MMKDrivingToponymPhrase *)toponymPhraseWithText:(nonnull NSString *)text |
Properties
text
|
@property (nonatomic, readonly, nonnull) NSString *text; |
The string containing the description.
actionProximity
|
@property (nonatomic, readonly, nullable) NSNumber *actionProximity; |
Positions at which text should be pronounced.
Optional field, can be nil.