setPriority abstract method
Method is used to specify the priority of the circle.
priority The priority value for rendering or interaction. Default: 0.
Returns true if the operation is successful, false otherwise.
Example:
// Set rendering priority
bool prioritySuccess = _circleMapObject!.setPriority(1);
print("Set rendering priority to 1: $prioritySuccess");
Implementation
bool setPriority(double priority);