getMarker

open fun getMarker(clusterItem: T): Marker

Get the marker from a ClusterItem

Return

a marker from a ClusterItem or null if it does not exists

Parameters

clusterItem

ClusterItem which you will obtain its marker


open fun getMarker(cluster: Cluster<T>): Marker

Get the marker from a Cluster

Return

a marker from a cluster or null if it does not exists

Parameters

cluster

which you will obtain its marker