Warning

This feature is available in the Full MapKit SDK version

YMKDrivingManoeuvreVehicleRestriction

@interface YMKDrivingManoeuvreVehicleRestriction : NSObject

Undocumented

Summary

Class methods

+ (nonnull YMKDrivingManoeuvreVehicleRestriction *)manoeuvreVehicleRestrictionWithVehicleRestriction:(nonnull YMKDrivingVehicleRestriction *)vehicleRestriction
                                                                                            position:(nonnull YMKPolylinePosition *)position;

Properties

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

Undocumented

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

Class methods

manoeuvreVehicleRestrictionWithVehicleRestriction:position:

+ (nonnull YMKDrivingManoeuvreVehicleRestriction *)manoeuvreVehicleRestrictionWithVehicleRestriction:(nonnull YMKDrivingVehicleRestriction *)vehicleRestriction
                                                                                            position:(nonnull YMKPolylinePosition *)position;


Properties

vehicleRestriction

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

Undocumented


position

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

Undocumented