deepCopy

fun deepCopy(    position: GeoCoordinate? = null,     zoom: Double? = null,     tilt: Double? = null,     rotation: Double? = null): CameraOptions

Performs a deep copy of the current CameraOptions including all the properties which are not accessible via the constructor parameters.