addEmptyPlacemarks abstract method

List<PlacemarkMapObject> addEmptyPlacemarks(
  1. List<Point> points
)

Creates new empty placemarks and adds them to the current collection.

Relevant for Android: this method provides better performance for adding a large number of empty placemarks than multiple calls of addEmptyPlacemark.

Implementation

core.List<mapkit_map_placemark.PlacemarkMapObject> addEmptyPlacemarks(
    core.List<mapkit_geometry_point.Point> points);