addPlacemarkWithViewStyle abstract method

PlacemarkMapObject addPlacemarkWithViewStyle(
  1. Point point,
  2. ViewProvider view,
  3. IconStyle style
)

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

Implementation

mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithViewStyle(
    mapkit_geometry_point.Point point,
    view_provider.ViewProvider view,
    mapkit_map_icon_style.IconStyle style);