• JMap.MapContext.getContextTitle

    Returns the map context title 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 title
    JMap.MapContext.getContextTitle(3)