open fun zoomTo(zoom: Float, animate: Boolean): Unit
Overrides ZoomApi.zoomTo
Zooms to the given scale. This might not be the actual matrix zoom, see ZoomApi.zoom and ZoomApi.realZoom.
zoom - the new scale value
zoom
animate - whether to animate the transition
animate