Class YMKTrafficRoadEventTapInfo

Road event tap object meta information.

Class Methods

Properties

descriptionText

Road event description.

id

Road event identifier.

type

Road event type.

descriptionText

Road event description.

id

Road event identifier.

type

Road event type.

Method Detail

+roadEventTapInfoWithId:descriptionText:type:

+ (nonnull YMKTrafficRoadEventTapInfo *)roadEventTapInfoWithId:(nonnull NSString *)id
                                               descriptionText:(nonnull NSString *)descriptionText
                                                          type:(YMKRoadEventsEventType)type 

Property Detail

descriptionText

(assign, readonly) NSString * descriptionText

Road event description.

id

(assign, readonly) NSString * id

Road event identifier.

type

(assign, readonly) YMKRoadEventsEventType type

Road event type.

New road event types may be introduced, so clients should be ready to process them as the 'OTHER' type or ignore them.