MMKVehicleRawData
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKVehicleRawData : NSObject <MMKBaseMetadata> |
Represents a mass transport unit on the map
Summary
Class methods
|
+ (nonnull MMKVehicleRawData *)vehicleRawDataWithId:(nonnull NSString *)id |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *id; |
|
@property (nonatomic, readonly, nonnull) NSString *threadId; |
|
@property (nonatomic, readonly, nonnull) MMKMasstransitLine *line; |
Class methods
vehicleRawDataWithId:threadId:line:
|
+ (nonnull MMKVehicleRawData *)vehicleRawDataWithId:(nonnull NSString *)id |
Properties
id
|
@property (nonatomic, readonly, nonnull) NSString *id; |
Id of a vehicle
threadId
|
@property (nonatomic, readonly, nonnull) NSString *threadId; |
Id of the line thread on which the vehicle is running
line
|
@property (nonatomic, readonly, nonnull) MMKMasstransitLine *line; |
Stores the vehicle's public transport line info