Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface AddableVehicleRule

    Represents a vehicle rule when updating restrictions.

    interface AddableVehicleRule {
        licensePlateRule: null | LicensePlateRule;
        minPassengers: 0 | 2 | 3 | 4;
        subscriptions: string[];
        vehicleTypes: AddableVehicleType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    licensePlateRule: null | LicensePlateRule

    Specific license plate rule for the vehicle rule.

    minPassengers: 0 | 2 | 3 | 4

    Minimum number of passengers required.

    subscriptions: string[]

    List of active subscription IDs required.

    vehicleTypes: AddableVehicleType[]

    Applicable vehicle types.