MMKDrivingManoeuvreVehicleRestriction

Warning

This feature is available in the Full MapKit SDK version

@interface MMKDrivingManoeuvreVehicleRestriction : NSObject

Summary

Class methods

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

Properties

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

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

Class methods

manoeuvreVehicleRestrictionWithVehicleRestriction:position:

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


Properties

vehicleRestriction

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


position

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