Warning

This feature is available in the Full MapKit SDK version

YMKTrajectorySegmentMetadata

@interface YMKTrajectorySegmentMetadata : NSObject <YMKBaseMetadata>

This struct is here to automatically generate protobuf parsing functions It is not to be used in platform code

Summary

Class methods

+ (nonnull YMKTrajectorySegmentMetadata *)trajectorySegmentMetadataWithTime:( long long)time
                                                                   duration:( NSUInteger)duration;

Properties

@property (nonatomic, readonly) long long time;
Undocumented

@property (nonatomic, readonly) NSUInteger duration;
Undocumented

Class methods

trajectorySegmentMetadataWithTime:duration:

+ (nonnull YMKTrajectorySegmentMetadata *)trajectorySegmentMetadataWithTime:( long long)time
                                                                   duration:( NSUInteger)duration;


Properties

time

@property (nonatomic, readonly) long long time;

Undocumented


duration

@property (nonatomic, readonly) NSUInteger duration;

Undocumented