Warning
This feature is available in the Full MapKit SDK version
MMKRestrictedEntriesContainer
@interface MMKRestrictedEntriesContainer : NSObject |
Defines a vector of points on a pedestrian path.
Summary
Class methods
+ (nonnull MMKRestrictedEntriesContainer *)restrictedEntriesContainerWithEntries:(nonnull NSArray<MMKRestrictedEntry *> *)entries; |
Properties
@property (nonatomic, readonly, nonnull) NSArray<MMKRestrictedEntry *> *entries; |
Class methods
restrictedEntriesContainerWithEntries:
+ (nonnull MMKRestrictedEntriesContainer *)restrictedEntriesContainerWithEntries:(nonnull NSArray<MMKRestrictedEntry *> *)entries; |
Properties
entries
@property (nonatomic, readonly, nonnull) NSArray<MMKRestrictedEntry *> *entries; |
Vector of points on a pedestrian path.