Warning

This feature is available in the Full MapKit SDK version

MMKDrivingManoeuvreVehicleRestriction

@interface MMKDrivingManoeuvreVehicleRestriction : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKDrivingManoeuvreVehicleRestriction *)manoeuvreVehicleRestrictionWithVehicleRestriction:(nonnull MMKDrivingVehicleRestriction *)vehicleRestriction
                                                                                            position:(nonnull MMKPolylinePosition *)position;

Properties

@property (nonatomic, readonly, nonnull)
    MMKDrivingVehicleRestriction *vehicleRestriction;

Undocumented

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

Class methods

manoeuvreVehicleRestrictionWithVehicleRestriction:position:

+ (nonnull MMKDrivingManoeuvreVehicleRestriction *)manoeuvreVehicleRestrictionWithVehicleRestriction:(nonnull MMKDrivingVehicleRestriction *)vehicleRestriction
                                                                                            position:(nonnull MMKPolylinePosition *)position;


Properties

vehicleRestriction

@property (nonatomic, readonly, nonnull)
    MMKDrivingVehicleRestriction *vehicleRestriction;

Undocumented


position

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

Undocumented