addItem

open fun addItem(myItem: T): Boolean

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

Return

true if the cluster manager contents changed as a result of the call

Parameters

myItem

item to add to clusters