abstract fun moveTo(zoom: Float, x: Float, y: Float, animate: Boolean): Unit
A low level API that can animate both zoom and pan at the same time. Zoom might not be the actual matrix scale, see ZoomApi.zoom and ZoomApi.realZoom. The coordinates are referred to the content size so they do not depend on current zoom.
x - the desired left coordinate