setTileCacheEnabled

open fun setTileCacheEnabled(enabled: Boolean)

Indicating whether the map may cache tiles for different zoom levels or not.

Parameters

enabled

true causes the map view to consume more memory and have a smoother user experience when zoom in/out. The default value of this property is `true`.