addEmptyPlacemark abstract method

PlacemarkMapObject addEmptyPlacemark(
  1. Point point
)

Creates a new empty placemark and adds it to the current collection. Hint: to add a large amount of empty placemarks use addEmptyPlacemarks method.

Implementation

mapkit_map_placemark.PlacemarkMapObject addEmptyPlacemark(
    mapkit_geometry_point.Point point);