• JMap.MapContext.getContextDescription

    Returns the map context description for a given map context id.

    Parameters

    • contextId: JId

      the JMap map context id

    Returns string

    Throws

    if map-context not found

    Example

    // returns the map-context id=3 description
    JMap.MapContext.getContextDescription(3)