• JMap.MapContext.filterList

    Filters the map context list.

    The filter is done on "title" and/or "description".

    Parameters

    • filter: string

      a string

    Returns void

    Example

    // only map context having "ab" in title and/or description will be displayed
    JMap.MapContext.filterList("ab")