addPlacemarkWithStyle abstract method
Creates a new placemark and adds it to the current collection. Hint: to add a large amount of placemarks use addPlacemarks method.
Implementation
mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithStyle(
mapkit_geometry_point.Point point,
image_provider.ImageProvider image,
mapkit_map_icon_style.IconStyle style);