setOrder abstract method

bool setOrder(
  1. int order
)

@brief Method is used to specify the rendering order of the polyline. @param order The rendering order value. Default: 0. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_PolylineMapObject_setOrder

Implementation

bool setOrder(int order);