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
                                           actionProximity:(nullable NSNumber *)actionProximity;

Properties

@property (nonatomic, readonly, nonnull) NSString *text;
The string containing the description

@property (nonatomic, readonly, nullable) NSNumber *actionProximity;
Positions at which text should be pronounced

Class methods

toponymPhraseWithText:actionProximity:

+ (nonnull MMKDrivingToponymPhrase *)toponymPhraseWithText:(nonnull NSString *)text
                                           actionProximity:(nullable NSNumber *)actionProximity;


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.