What controls the enabled state of the Rotate control by default in web application?

By default, the Rotate control is enabled. To maintain its default state, use:

{ 
rotateControl: true 
}

For more details, you can refer to: mappls-web-maps-js/docs/V3.0/mapProperties.md at main · mappls-api/mappls-web-maps-js · GitHub

1 Like

Thanks for the above !
I was looking specifically for this code snippet.