CameraInteractionsSetOptions

@Serializable
data class CameraInteractionsSetOptions(    val pan: Boolean? = null,     val rotationAndTilt: Boolean? = null,     val zoom: Boolean? = null)

Constructors

Link copied to clipboard
fun CameraInteractionsSetOptions(    pan: Boolean? = null,     rotationAndTilt: Boolean? = null,     zoom: Boolean? = null)

Properties

Link copied to clipboard
val pan: Boolean? = null

Whether the user can pan the camera.

Link copied to clipboard
val rotationAndTilt: Boolean? = null

Whether the user can rotate and tile the camera.

Link copied to clipboard
val zoom: Boolean? = null

Whether the user can zoom the camera.