Warning

This feature is available in the Full MapKit SDK version

YMKDrivingUturnMetadata

@interface YMKDrivingUturnMetadata : NSObject

The length of the U-turn.

Summary

Class methods

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

Properties

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

Class methods

uturnMetadataWithLength:

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


Properties

length

@property (nonatomic, readonly) double length;

The length of the turn.