addPlacemarkWithImage abstract method

PlacemarkMapObject addPlacemarkWithImage(
  1. Point point,
  2. ImageProvider image
)

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

Implementation

mapkit_map_placemark.PlacemarkMapObject addPlacemarkWithImage(
    mapkit_geometry_point.Point point, image_provider.ImageProvider image);