addPlacemarkWithView abstract method

PlacemarkMapObject addPlacemarkWithView(
  1. Point point,
  2. ViewProvider view
)

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

Implementation

mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithView(
    mapkit_geometry_point.Point point, view_provider.ViewProvider view);