setOutlineOrder abstract method

bool setOutlineOrder(
  1. int order
)

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

Dart code snippet: @snippet location_window_map_objects_example.dart dart_PolylineMapObject_setOutlineOrder

Implementation

bool setOutlineOrder(int order);