setPriority abstract method
@brief Method is used to specify the priority of the icon. @param priority The priority value for rendering or interaction. Default: max. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_IconMapObject_setPriority
Implementation
bool setPriority(double priority);