setSize abstract method

bool setSize(
  1. double width,
  2. double height
)

@brief Method is used to specify the size of the icon. @param width Width of the icon in pixels. @param height Height of the icon in pixels. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setSize

Implementation

bool setSize(double width, double height);