true to display the Navigation History control, false to hide
// displays the Navigation History control on the map
JMap.Map.setNavigationHistoryControlVisibility(true)
// hides the Navigation History control on the map
JMap.Map.setNavigationHistoryControlVisibility(false)
JMap.Map.setNavigationHistoryControlVisibility
Changes the Navigation History control visibility on the map.