updateViewSize

open fun updateViewSize(width: Int, height: Int)

Update view width and height in case map size was changed. You need to recluster all the clusters, to update view state after view size changes.

Parameters

width

map width in dp

height

map height in dp