Warning
This feature is available in the Full MapKit SDK version
MMKTrajectorySegmentMetadata
@interface MMKTrajectorySegmentMetadata : NSObject <MMKBaseMetadata> |
This struct is here to automatically generate protobuf parsing functions It is not to be used in platform code
Summary
Class methods
+ (nonnull MMKTrajectorySegmentMetadata *)trajectorySegmentMetadataWithTime:( long long)time |
Properties
@property (nonatomic, readonly) long long time; |
@property (nonatomic, readonly) NSUInteger duration; |
Class methods
trajectorySegmentMetadataWithTime:duration:
+ (nonnull MMKTrajectorySegmentMetadata *)trajectorySegmentMetadataWithTime:( long long)time |
Properties
time
@property (nonatomic, readonly) long long time; |
Undocumented
duration
@property (nonatomic, readonly) NSUInteger duration; |
Undocumented