Waze Map Editor JavaScript SDK
    Preparing search index...

    Class IssueTracker

    Methods for managing the WME Issue Tracker panels.

    Index

    Methods

    • Closes any open issue tracker panel.

      Returns void

    • Gets the active filters configured in the WME Issue Tracker panel. A filter category (e.g., mapProblems) will be null if that category is toggled off (disabled) in the WME user interface or if its filter value is neutral (e.g. status "BOTH" or status "ALL").

      Note: Currently returns primary status/placeType filter attributes. Additional filter properties may be extended in future releases as needed.

      Returns IssueTrackerFilters

      Active filters configured in the WME Issue Tracker panel.

    • Shows the issue panel for the specified issue ID and type.

      Parameters

      • args: { issueTrackerId: number; type: IssueTrackerType }
        • issueTrackerId: number

          The ID of the issue tracker item.

        • type: IssueTrackerType

          The type of the issue tracker panel to show.

      Returns void