JMap.Map.setMapRotationControlVisibility
Changes the Map Rotation control visibility on the map.
true to display the Map Rotation control, false to hide
// displays the Map Rotation control on the mapJMap.Map.setMapRotationControlVisibility(true)// hides the Map Rotation control on the mapJMap.Map.setMapRotationControlVisibility(false) Copy
// displays the Map Rotation control on the mapJMap.Map.setMapRotationControlVisibility(true)// hides the Map Rotation control on the mapJMap.Map.setMapRotationControlVisibility(false)
JMap.Map.setMapRotationControlVisibility
Changes the Map Rotation control visibility on the map.