FocusOn

data class FocusOn(    val changeZoom: Boolean? = null,     val minZoom: Double? = null,     val rotation: Double? = null,     val tilt: Double? = null,     val padding: MPIOptions.CameraPadding? = null,     val duration: Double? = null,     val easing: MPIOptions.EASING_MODE? = null)

Constructors

Link copied to clipboard
fun FocusOn(    changeZoom: Boolean? = null,     minZoom: Double? = null,     rotation: Double? = null,     tilt: Double? = null,     padding: MPIOptions.CameraPadding? = null,     duration: Double? = null,     easing: MPIOptions.EASING_MODE? = null)

Properties

Link copied to clipboard
val changeZoom: Boolean? = null
Link copied to clipboard
val duration: Double? = null
Link copied to clipboard
val easing: MPIOptions.EASING_MODE? = null
Link copied to clipboard
val minZoom: Double? = null
Link copied to clipboard
val padding: MPIOptions.CameraPadding? = null
Link copied to clipboard
val rotation: Double? = null
Link copied to clipboard
val tilt: Double? = null