Warning

This feature is available in the Full MapKit SDK version

MMKDrivingDirectionSign

@interface MMKDrivingDirectionSign : NSObject

The sign showing named directions.

Summary

Class methods

+ (nonnull MMKDrivingDirectionSign *)directionSignWithPosition:(nonnull MMKPolylinePosition *)position
                                                     direction:(nullable NSNumber *)direction
                                                         items:(nonnull NSArray<MMKDrivingDirectionSignItem *> *)items;

Properties

@property (nonatomic, readonly, nonnull) MMKPolylinePosition *position;
The position of the sign

@property (nonatomic, readonly, nullable) NSNumber *direction;
Optional field, can be nil

@property (nonatomic, readonly, nonnull)
    NSArray<MMKDrivingDirectionSignItem *> *items;

Undocumented

Class methods

directionSignWithPosition:direction:items:

+ (nonnull MMKDrivingDirectionSign *)directionSignWithPosition:(nonnull MMKPolylinePosition *)position
                                                     direction:(nullable NSNumber *)direction
                                                         items:(nonnull NSArray<MMKDrivingDirectionSignItem *> *)items;


Properties

position

@property (nonatomic, readonly, nonnull) MMKPolylinePosition *position;

The position of the sign.


direction

@property (nonatomic, readonly, nullable) NSNumber *direction;

Optional field, can be nil.


items

@property (nonatomic, readonly, nonnull)
    NSArray<MMKDrivingDirectionSignItem *> *items;

Undocumented