updateItem

open fun updateItem(item: T): Boolean

Updates an item in clusters. After calling this method you must invoke cluster for the state of the clusters to be updated on the map.

Return

true if the item was updated in the cluster manager, false if the item is not contained within the cluster manager and the cluster manager contents are unchanged

Parameters

item

item to update in clusters