Warning

This feature is available in the Full MapKit SDK version

MMKDrivingUturnMetadata

@interface MMKDrivingUturnMetadata : NSObject

The length of the U-turn.

Summary

Class methods

+ (nonnull MMKDrivingUturnMetadata *)uturnMetadataWithLength:( double)length;

Properties

@property (nonatomic, readonly) double length;
The length of the turn

Class methods

uturnMetadataWithLength:

+ (nonnull MMKDrivingUturnMetadata *)uturnMetadataWithLength:( double)length;


Properties

length

@property (nonatomic, readonly) double length;

The length of the turn.