MMKDrivingToponymPhrase

Warning

This feature is available in the Full MapKit SDK version

class MMKDrivingToponymPhrase : NSObject

The description of the object.

Summary

Class methods

 init(text: String, actionProximity: NSNumber?)

Properties

var text: String { get }
The string containing the description

var actionProximity: NSNumber? { get }
Positions at which text should be pronounced

Class methods

init(text:actionProximity:)

 init(text: String, actionProximity: NSNumber?)


Properties

text

var text: String { get }

The string containing the description.


actionProximity

var actionProximity: NSNumber? { get }

Positions at which text should be pronounced.

Optional field, can be nil.