setPlacement abstract method
@brief Method is used to specify the placement mode for points along the polyline. @param placement The placement mode @see Placement "Placement". Default: VERTEX. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_DottedPolylineMapObject_setPlacement
Implementation
bool setPlacement(Placement placement);