Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface TrackedLayer

    interface TrackedLayer {
        events: {
            visibilitychanged: () => void;
            "waze-feature-clicked": (e: { feature: WMEFeature }) => void;
            "waze-feature-in": (e: { feature: WMEFeature }) => void;
            "waze-feature-out": (e: { feature: WMEFeature }) => void;
        };
    }
    Index

    Properties

    Properties

    events: {
        visibilitychanged: () => void;
        "waze-feature-clicked": (e: { feature: WMEFeature }) => void;
        "waze-feature-in": (e: { feature: WMEFeature }) => void;
        "waze-feature-out": (e: { feature: WMEFeature }) => void;
    }