Focus On
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)
Content copied to clipboard
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)
Content copied to clipboard