MTZoomable

interface MTZoomable

Defines methods for manipulating zoom level.

Inheritors

Functions

abstract suspend fun getZoom(): Double

Returns the map's current zoom level.

abstract fun setMaxZoom(maxZoom: Double)

Sets the map's maximum zoom level.

abstract fun setMinZoom(minZoom: Double)

Sets the map's minimum zoom level.

abstract fun setZoom(zoom: Double)

Sets the map's zoom level.

abstract fun zoomIn()

Increases the map's zoom level by 1.

abstract fun zoomOut()

Decreases the map's zoom level by 1.