CompassState
data class CompassState(val isVisible: Boolean = true, val hideCompassWhenFacingNorth: Boolean = true)
Properties
Link copied to clipboard
Hide the compass when the camera is facing north. The compass is hidden in all directions if isVisible is false.