Class YMKVehicleRawData

Represents a mass transport unit on the map.

Class Methods

Properties

id

Id of a vehicle.

line

Stores the vehicle's public transport line info.

threadId

Id of the line thread on which the vehicle is running.

id

Id of a vehicle.

line

Stores the vehicle's public transport line info.

threadId

Id of the line thread on which the vehicle is running.

Method Detail

+vehicleRawDataWithId:threadId:line:

+ (nonnull YMKVehicleRawData *)vehicleRawDataWithId:(nonnull NSString *)id
                                           threadId:(nonnull NSString *)threadId
                                               line:(nonnull YMKMasstransitLine *)line 

Property Detail

id

(assign, readonly) NSString * id

Id of a vehicle.

line

(assign, readonly) YMKMasstransitLine * line

Stores the vehicle's public transport line info.

threadId

(assign, readonly) NSString * threadId

Id of the line thread on which the vehicle is running.