addPlacemarkWithPoint abstract method

PlacemarkMapObject addPlacemarkWithPoint(
  1. Point point
)

Creates a new placemark with the default icon and style, and adds it to the current collection.

Implementation

mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithPoint(
    mapkit_geometry_point.Point point);