addMapMarker abstract method

void addMapMarker(
  1. MapMarker marker
)

Adds a map marker to this map scene.

Adding the same marker instance multiple times has no effect. Adding a marker that is already part of a map marker cluster has no effect.

  • marker The marker to be added to this map scene.

Implementation

void addMapMarker(MapMarker marker);