Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface BaseVehicleRule

    Represents a vehicle rule for specific vehicle exemptions or restrictions.

    interface BaseVehicleRule {
        licensePlateRule: null | LicensePlateRule;
        subscriptions: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    licensePlateRule: null | LicensePlateRule

    Specific license plate rule for the vehicle rule.

    subscriptions: string[]

    List of active subscription IDs required.