Class YMKDrivingEvent

Method Detail

+eventWithPolylinePosition:eventId:descriptionText:types:location:speedLimit:annotationSchemeId:

+ (nonnull YMKDrivingEvent *)eventWithPolylinePosition:(nonnull YMKPolylinePosition *)polylinePosition
                                               eventId:(nonnull NSString *)eventId
                                       descriptionText:(nullable NSString *)descriptionText
                                                 types:(nonnull NSArray< NSNumber * > *)types
                                              location:(nonnull YMKPoint *)location
                                            speedLimit:(nullable NSNumber *)speedLimit
                                    annotationSchemeId:(nullable NSNumber *)annotationSchemeId 

Property Detail

annotationSchemeId

(assign, readonly) NSNumber * annotationSchemeId

valid only for cameras

Optional property, can be null.

descriptionText

(assign, readonly) NSString * descriptionText

Optional property, can be null.

eventId

(assign, readonly) NSString * eventId

location

(assign, readonly) YMKPoint * location

polylinePosition

(assign, readonly) YMKPolylinePosition * polylinePosition

speedLimit

(assign, readonly) NSNumber * speedLimit

Optional property, can be null.

types

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