Listener for updates of a single ClusterMapObject. More...
#include <com/navigine/idl/objc/NCClusterMapObjectListener.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onClusterChanged: |
| Cluster marker needs an app-side update (bitmap, label, etc.). | |
Listener for updates of a single ClusterMapObject.
onClusterChanged is called when the cluster member count changes while it remains a cluster (at least two icons). It is not called when the cluster is created or destroyed.
Definition at line 21 of file NCClusterMapObjectListener.h.
| - (void) onClusterChanged: | (nullable NCClusterMapObject *) | cluster |
Cluster marker needs an app-side update (bitmap, label, etc.).
| cluster | Cluster with at least two member icons. Use getCount() for the badge value. |
Swift code snippet:
Objective C code snippet: