setBitmap abstract method

bool setBitmap(
  1. ImageProvider bitmap
)

@brief Method is used to specify the decoded raster for the icon. @param bitmap Image provider: Android com.navigine.image.ImageProvider; iOS UIImage via binding; Flutter navigine_sdk ImageProvider. @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(ImageProvider bitmap);