setTileLodMinRadius

open fun setTileLodMinRadius(@FloatRange(from = 1, fromInclusive = true) radius: Double)

Camera based tile level of detail controls

Parameters

radius

minimum radius around the view point in unit of tiles in which the fine grained zoom level tiles are always used when performing LOD radius must be greater than 1 (At least 1 fine detailed tile is present) A smaller radius value may improve performance at the cost of quality (tiles away from camera use lower Zoom levels)