addMapMarker abstract method

void addMapMarker(
  1. MapMarker marker
)

Adds a map marker to this cluster.

Adding a marker which is already part of the cluster or which was already added to the map scene has no effect.

  • marker The marker.

Implementation

void addMapMarker(MapMarker marker);