Warning

This feature is available in the Full MapKit SDK version

MMKDrivingRestrictedEntry

@interface MMKDrivingRestrictedEntry : NSObject

A restricted entry object.

Summary

Class methods

+ (nonnull MMKDrivingRestrictedEntry *)restrictedEntryWithPosition:(nonnull MMKPolylinePosition *)position;

Properties

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

Class methods

restrictedEntryWithPosition:

+ (nonnull MMKDrivingRestrictedEntry *)restrictedEntryWithPosition:(nonnull MMKPolylinePosition *)position;


Properties

position

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

The position of the restricted entry.