Warning

This feature is available in the Full MapKit SDK version

YMKVehicleRawData

class YMKVehicleRawData : NSObject, YMKBaseMetadata

Represents a mass transport unit on the map

Summary

Class methods

 init(id: String, threadId: String, line: YMKMasstransitLine)

Properties

var id: String { get }
Id of a vehicle

var threadId: String { get }
Id of the line thread on which the vehicle is running

var lineYMKMasstransitLine { get }
Stores the vehicle's public transport line info

Class methods

init(id:threadId:line:)

 init(id: String, threadId: String, line: YMKMasstransitLine)


Properties

id

var id: String { get }

Id of a vehicle


threadId

var threadId: String { get }

Id of the line thread on which the vehicle is running


line

var line: YMKMasstransitLine { get }

Stores the vehicle's public transport line info