• JMap.Map.setMapInfoControlVisibility

    Changes the Map Info control visibility on the map.

    Parameters

    • isVisible: boolean

      true to display the Map Info control, false to hide

    Returns void

    Example

    // displays the Map Info control on the map
    JMap.Map.setMapInfoControlVisibility(true)

    // hides the Map Info control on the map
    JMap.Map.setMapInfoControlVisibility(false)