Class YMKDrivingAnnotation

The annotation that is displayed on the map.

Class Methods

Properties

action

Optional property, can be null.

actionMetadata
descriptionText
landmarks
toponym

Optional property, can be null.

toponymPhrase

Optional property, can be null.

action

Optional property, can be null.

actionMetadata
descriptionText
landmarks
toponym

Optional property, can be null.

toponymPhrase

Optional property, can be null.

Method Detail

+annotationWithAction:toponym:descriptionText:actionMetadata:landmarks:toponymPhrase:

+ (nonnull YMKDrivingAnnotation *)annotationWithAction:(nullable NSNumber *)action
                                               toponym:(nullable NSString *)toponym
                                       descriptionText:(nonnull NSString *)descriptionText
                                        actionMetadata:(nonnull YMKDrivingActionMetadata *)actionMetadata
                                             landmarks:(nonnull NSArray< NSNumber * > *)landmarks
                                         toponymPhrase:(nullable YMKDrivingToponymPhrase *)toponymPhrase 

Property Detail

action

(assign, readonly) NSNumber * action

Optional property, can be null.

actionMetadata

(assign, readonly) YMKDrivingActionMetadata * actionMetadata

descriptionText

(assign, readonly) NSString * descriptionText

landmarks

(assign, readonly) NSArray< NSNumber * > * landmarks

toponym

(assign, readonly) NSString * toponym

Optional property, can be null.

toponymPhrase

(assign, readonly) YMKDrivingToponymPhrase * toponymPhrase

Optional property, can be null.