setLocationClusteringEnabled

fun setLocationClusteringEnabled(enable: Boolean)

Enables/disables marker clustering

At the moment, invoking this method once MapControl.init() has been called, has no effect

Parameters

enable

true to enable marker clustering, false otherwise

Throws