open fun moveTo(zoom: Float, x: Float, y: Float, animate: Boolean): Unit
Overrides ZoomApi.moveTo
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 passed in setContentSize so they do not depend on current zoom.
x - the desired left coordinate