YMKDrivingDirectionSign

Важно

This feature is available in the Full MapKit SDK version

@interface YMKDrivingDirectionSign : NSObject

The sign showing named directions.

Summary

Class methods

+ (nonnull YMKDrivingDirectionSign *)directionSignWithPosition:(nonnull YMKPolylinePosition *)position
                                                     direction:(nullable NSNumber *)direction
                                                         items:(nonnull NSArray<YMKDrivingDirectionSignItem *> *)items;

Properties

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

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

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

Class methods

directionSignWithPosition:direction:items:

+ (nonnull YMKDrivingDirectionSign *)directionSignWithPosition:(nonnull YMKPolylinePosition *)position
                                                     direction:(nullable NSNumber *)direction
                                                         items:(nonnull NSArray<YMKDrivingDirectionSignItem *> *)items;


Properties

position

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

The position of the sign.


direction

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

Optional field, can be nil.


items

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


Предыдущая
Следующая