CompassState

data class CompassState(val isVisible: Boolean = true, val hideCompassWhenFacingNorth: Boolean = true)

Constructors

Link copied to clipboard
constructor(isVisible: Boolean = true, 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.

Link copied to clipboard
val isVisible: Boolean = true