MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKVehicleRawData

class MMKVehicleRawData : NSObject, MMKBaseMetadata

Represents a mass transport unit on the map

Summary

Class methods

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

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 lineMMKMasstransitLine { get }
Stores the vehicle's public transport line info

Class methods

init(id:threadId:line:)

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


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: MMKMasstransitLine { get }

Stores the vehicle's public transport line info