zoomTo

abstract fun zoomTo(zoom: Double, options: MTAnimationOptions? = null)

Zooms the map to the specified zoom level, with an optional animation.

Parameters

zoom

The zoom level to transition to.

options

Options object describing the destination and animation of the transition.