setBitmap abstract method

bool setBitmap(
  1. ImageWrapper bitmap
)

@brief Method is used to specify the bitmap image for the icon. @param bitmap Platform bitmap object. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setBitmap

Implementation

bool setBitmap(ImageWrapper bitmap);