YMKRestrictedEntry

Warning

This feature is available in the Full MapKit SDK version

@interface YMKRestrictedEntry : NSObject

Defines a point on a pedestrian path.

Summary

Class methods

+ (nonnull YMKRestrictedEntry *)restrictedEntryWithPosition:( NSUInteger)position;

Properties

@property (nonatomic, readonly) NSUInteger position;
Index of the point in the section geometry

Class methods

restrictedEntryWithPosition:

+ (nonnull YMKRestrictedEntry *)restrictedEntryWithPosition:( NSUInteger)position;


Properties

position

@property (nonatomic, readonly) NSUInteger position;

Index of the point in the section geometry.