setPriority abstract method

bool setPriority(
  1. double priority
)

@brief Render order priority (higher draws above). @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_ModelMapObject_setPriority

Implementation

bool setPriority(double priority);