Function setNavigationHistoryControlVisibility

  • JMap.Map.setNavigationHistoryControlVisibility

    Changes the Navigation History control visibility on the map.

    Parameters

    • isVisible: boolean

      true to display the Navigation History control, false to hide

    Returns void

    Example

    // displays the Navigation History control on the map
    JMap.Map.setNavigationHistoryControlVisibility(true)

    // hides the Navigation History control on the map
    JMap.Map.setNavigationHistoryControlVisibility(false)