setPriority abstract method

bool setPriority(
  1. double priority
)

@brief Method is used to specify the priority of the circle. @param priority The priority value for rendering or interaction. Default: 0. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setPriority

Implementation

bool setPriority(double priority);