Warning

This feature is available in the Full MapKit SDK version

MMKDrivingActionMetadata

@interface MMKDrivingActionMetadata : NSObject

Information about an action.

Summary

Class methods

+ (nonnull MMKDrivingActionMetadata *)actionMetadataWithUturnMetadata:(nullable MMKDrivingUturnMetadata *)uturnMetadata
                                              leaveRoundaboutMetadada:(nullable MMKDrivingLeaveRoundaboutMetadata *)leaveRoundaboutMetadada;

Properties

@property (nonatomic, readonly, nullable) MMKDrivingUturnMetadata *uturnMetadata;
The length of the U-turn

@property (nonatomic, readonly, nullable)
    MMKDrivingLeaveRoundaboutMetadata *leaveRoundaboutMetadada;

The number of the exit for leaving the roundabout

Class methods

actionMetadataWithUturnMetadata:leaveRoundaboutMetadada:

+ (nonnull MMKDrivingActionMetadata *)actionMetadataWithUturnMetadata:(nullable MMKDrivingUturnMetadata *)uturnMetadata
                                              leaveRoundaboutMetadada:(nullable MMKDrivingLeaveRoundaboutMetadata *)leaveRoundaboutMetadada;


Properties

uturnMetadata

@property (nonatomic, readonly, nullable) MMKDrivingUturnMetadata *uturnMetadata;

The length of the U-turn.

Optional field, can be nil.


leaveRoundaboutMetadada

@property (nonatomic, readonly, nullable)
    MMKDrivingLeaveRoundaboutMetadata *leaveRoundaboutMetadada;

The number of the exit for leaving the roundabout.

Optional field, can be nil.