set
fun set(positionOptions: MPIOptions.CameraTransformNode, callback: (error: MPIError?) -> Unit? = null)
Content copied to clipboard
Set the Camera's view to a new state using a node.
Return
Parameters
position Options
The zoom, rotation, tilt and position (node) of the new state of the Camera's view.
fun set(positionOptions: MPIOptions.CameraTransformCoordinate, callback: (error: MPIError?) -> Unit? = null)
Content copied to clipboard
Set the Camera's view to a new state using a coordinate.
Return
Parameters
position Options
The zoom, rotation, tilt and position (coordinate) of the new state of the Camera's view.