addEmptyPlacemark abstract method

PlacemarkMapObject addEmptyPlacemark(
  1. Point point
)

Creates a new empty placemark and adds it to the current collection.

Implementation

mapkit_map_placemark.PlacemarkMapObject addEmptyPlacemark(
    mapkit_geometry_point.Point point);